Trying to use a library
Dependencies: mbed-rtos mbed BlinkLib
Fork of NerfUS by
Diff: main.cpp
- Revision:
- 7:e5414568de93
- Parent:
- 2:6e467e4978f9
- Child:
- 8:5b1548305a7f
--- a/main.cpp Sat Feb 04 23:10:53 2017 -0500 +++ b/main.cpp Thu Feb 09 02:01:51 2017 +0000 @@ -8,8 +8,8 @@ while(1) { myled = 1; - wait(0.2); + wait(0.5); myled = 0; - wait(0.2); + wait(0.5); } }