test Led1
Fork of mbed-os-example-mbed5-blinky by
Revision 18:1d40f3645380, committed 2016-12-04
- Comitter:
- sky168
- Date:
- Sun Dec 04 14:45:55 2016 +0000
- Parent:
- 17:70f39bf6d39a
- Commit message:
- test Led1
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Nov 14 20:30:04 2016 +0000
+++ b/main.cpp Sun Dec 04 14:45:55 2016 +0000
@@ -7,7 +7,7 @@
int main() {
while (true) {
led1 = !led1;
- Thread::wait(500);
+ Thread::wait(100);
}
}
