Skip to content

Instantly share code, notes, and snippets.

@hiromu
Last active December 15, 2015 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiromu/5325264 to your computer and use it in GitHub Desktop.
Save hiromu/5325264 to your computer and use it in GitHub Desktop.
Arduino Analog Debug
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println(analogRead(0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment