ex
Fork of mbed-os-example-mbed5-blinky by
Revision 48:c7ee67edcf1d, committed 2017-07-18
- Comitter:
- TMBOY
- Date:
- Tue Jul 18 16:56:22 2017 +0800
- Parent:
- 47:9e361da97763
- Child:
- 49:b9eb462f36a9
- 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 Tue Jul 18 16:54:45 2017 +0800
+++ b/main.cpp Tue Jul 18 16:56:22 2017 +0800
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(1);
+ wait(2);
}
}
