Skip to content

Instantly share code, notes, and snippets.

@RyoSaitoOp3
Created October 18, 2015 04:35
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 RyoSaitoOp3/12b8e387832c46ec02f6 to your computer and use it in GitHub Desktop.
Save RyoSaitoOp3/12b8e387832c46ec02f6 to your computer and use it in GitHub Desktop.
//SSRの制御
digitalWrite(13, HIGH);
delay(3000);
digitalWrite(13, LOW);
delay(3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment