Skip to content

Instantly share code, notes, and snippets.

@li2hub
Created September 28, 2018 04:51
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 li2hub/f2a2006a57c7501fab4e1a4ccdae88d5 to your computer and use it in GitHub Desktop.
Save li2hub/f2a2006a57c7501fab4e1a4ccdae88d5 to your computer and use it in GitHub Desktop.
void setup()
{
Serial.begin(115200);
}
void loop()
{
Serial.println(analogRead(A0));
delay(100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment