Argus Brown
/
simple_blink
Just blink the led
Revision 1:008cdb766f0c, committed 2016-08-16
- Comitter:
- argusbrown
- Date:
- Tue Aug 16 10:13:50 2016 -0700
- Parent:
- 0:652250fbae0d
- Commit message:
- Changed timing to test hg commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 16 16:35:45 2016 +0000 +++ b/main.cpp Tue Aug 16 10:13:50 2016 -0700 @@ -8,6 +8,6 @@ while (true) { gpo = !gpo; // toggle pin led = !led; // toggle led - wait(0.2f); + wait(0.3f); } -} \ No newline at end of file +}