Skip to content

Instantly share code, notes, and snippets.

@laras126
Created April 28, 2011 13:20
Show Gist options
  • Select an option

  • Save laras126/946331 to your computer and use it in GitHub Desktop.

Select an option

Save laras126/946331 to your computer and use it in GitHub Desktop.
void loop
if (valueP > threshold)
{
for (int i=1;i<=41;i++)
{
Serial.print("button");
trigger.trigger(i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment