sangyul lee
/
Nucleo_blink_led
Diff: main.cpp
- Revision:
- 1:c8043f395561
- Parent:
- 0:409bde0e440d
- Child:
- 2:20440b3f84b4
--- a/main.cpp Sat Feb 16 05:30:31 2019 +0000 +++ b/main.cpp Sat Feb 16 05:32:59 2019 +0000 @@ -5,7 +5,7 @@ int main() { while(1) { myled = 1; // LED is ON - wait(0.2); // 200 ms + wait(0.5); // 200 ms myled = 0; // LED is OFF wait(1.0); // 1 sec }