test
Dependencies: mbed
Revision 1:45bc55587c9c, committed 2018-01-23
- Comitter:
- RFisers123
- Date:
- Tue Jan 23 13:36:16 2018 +0000
- Parent:
- 0:9c31c7852e87
- Commit message:
- a
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jan 23 13:31:38 2018 +0000 +++ b/main.cpp Tue Jan 23 13:36:16 2018 +0000 @@ -5,8 +5,8 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(0.1); myled = 0; - wait(0.2); + wait(0.1); } }