sangyul lee
/
Nucleo_blink_led
gg
Diff: main.cpp
- Revision:
- 5:89db74973071
- Parent:
- 4:cfce770cd60d
--- a/main.cpp Sat Feb 16 05:55:33 2019 +0000 +++ b/main.cpp Sat Feb 16 06:00:45 2019 +0000 @@ -8,6 +8,6 @@ myled = 1; // LED is ON wait(2.5); // 200 ms myled = 0; // LED is OFF - wait(2.0); // 1 sec + //wait(2.0); // 1 sec } }