updated for mbed-os 5.5
Fork of Task121 by
Revision 9:5ac40ff61514, committed 2020-06-23
- Comitter:
- noutram
- Date:
- Tue Jun 23 08:47:04 2020 +0000
- Parent:
- 8:31e49e1d9386
- Child:
- 10:c75a585e57a7
- Commit message:
- Updated for mbed-os 6
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed-os.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 10 14:17:44 2019 +0000
+++ b/main.cpp Tue Jun 23 08:47:04 2020 +0000
@@ -21,9 +21,9 @@
//The code between the { curly braces }
//is the code that is repeated
myled = 1; // External LED is ON
- wait(1.0); // 1 second
+ wait_us(1000000); // 1 second
myled = 0; // LED is OFF
- wait(1.0); // External 1 second
+ wait_us(1000000); // External 1 second
}
}
--- a/mbed-os.lib Tue Sep 10 14:17:44 2019 +0000 +++ b/mbed-os.lib Tue Jun 23 08:47:04 2020 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118 +https://github.com/ARMmbed/mbed-os/#165be79392ae7b1bee4388d2bc8ed8281978f07c \ No newline at end of file
