ex
Fork of mbed-os-example-mbed5-blinky by
Revision 43:294225846244, committed 2017-07-18
- Comitter:
- TMBOY
- Date:
- Tue Jul 18 16:22:34 2017 +0800
- Parent:
- 42:025e43539b63
- Child:
- 44:c1d8923072ba
- Commit message:
- ADD library
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 17 08:34:29 2017 +0000
+++ b/main.cpp Tue Jul 18 16:22:34 2017 +0800
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(10);
+ wait(0.5);
}
}
