4
Revision 8:7cc206ef6bc7, committed 23 months ago
- Comitter:
- lumaxco
- Date:
- Fri Nov 25 11:40:25 2022 +0000
- Parent:
- 7:e78c46e92acc
- Commit message:
- 4
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Nov 25 11:37:52 2022 +0000
+++ b/main.cpp Fri Nov 25 11:40:25 2022 +0000
@@ -7,6 +7,6 @@
myled = 1; // LED is ON
wait(0.2); // 2000 ms
myled = 0; // LED is OFF
- wait(1.0); // 3 sec
+ wait(1.0); // 4 sec
}
}