ex
Fork of mbed-os-example-mbed5-blinky by
Diff: main.cpp
- Revision:
- 41:a067e5c6e281
- Parent:
- 29:0b58d21e87d6
- Child:
- 42:025e43539b63
--- a/main.cpp Thu Jul 06 18:30:02 2017 +0100
+++ b/main.cpp Mon Jul 17 08:31:23 2017 +0000
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(0.5);
+ wait(1);
}
}
