Skip to content

Instantly share code, notes, and snippets.

@alexanderhiam
Created March 24, 2015 18:47
Show Gist options
  • Save alexanderhiam/68e1043d163dccae712e to your computer and use it in GitHub Desktop.
Save alexanderhiam/68e1043d163dccae712e to your computer and use it in GitHub Desktop.
while (1) {
digitalWrite(x, 1);
delayus(1);
digitalWrite(x, 0);
delayus(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment