Skip to content

Instantly share code, notes, and snippets.

@valbeat
Created August 18, 2015 10:16
Show Gist options
  • Save valbeat/0baa0263afbd9600df50 to your computer and use it in GitHub Desktop.
Save valbeat/0baa0263afbd9600df50 to your computer and use it in GitHub Desktop.
if (digitalRead(BUTTON1) == 0) {
printf("%s\n", "BUTTON1");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment