ex
Fork of mbed-os-example-mbed5-blinky by
Revision 41:a067e5c6e281, committed 2017-07-17
- Comitter:
- tmboy
- Date:
- Mon Jul 17 08:31:23 2017 +0000
- Parent:
- 40:d4500ea4f3aa
- Child:
- 42:025e43539b63
- Commit message:
- ex
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
}
}
