Skip to content

Instantly share code, notes, and snippets.

@rjcorwin
Created October 27, 2014 18:14
Show Gist options
  • Select an option

  • Save rjcorwin/41ac19d2c64b53e0bfc7 to your computer and use it in GitHub Desktop.

Select an option

Save rjcorwin/41ac19d2c64b53e0bfc7 to your computer and use it in GitHub Desktop.
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println(random(300));
Serial.println("x");
delay(500);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment