bosko lekovic
/
mbed_blinky_22
test_22
Diff: main.cpp
- Revision:
- 25:1287a26719d2
- Parent:
- 24:7f14b70fc9ef
--- a/main.cpp Mon Apr 08 11:03:25 2019 +0100 +++ b/main.cpp Sun Dec 26 21:08:20 2021 +0000 @@ -5,8 +5,8 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(0.5); myled = 0; - wait(0.2); + wait(0.5); } }