Tyari Taylor
/
blinky-OS
operational with OS 5
Revision 67:f8847df1c93b, committed 2018-08-23
- Comitter:
- Tyari21
- Date:
- Thu Aug 23 14:04:54 2018 +0000
- Parent:
- 66:0a43d8aeeb76
- Commit message:
- operational with OS5
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jun 26 17:52:09 2018 +0000 +++ b/main.cpp Thu Aug 23 14:04:54 2018 +0000 @@ -6,9 +6,9 @@ int main() { while (true) { led1 = !led1; - wait(0.02); + wait(0.2); led1 = !led1; - wait(0.02); + wait(0.2); } }