123
Dependencies: mbed X_NUCLEO_IKS01A1
Revision 1:f60aaf43c946, committed 2021-06-20
- Comitter:
- Yongjee
- Date:
- Sun Jun 20 10:08:14 2021 +0000
- Parent:
- 0:5a99cbe94217
- Commit message:
- led3 0.2sec
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Jun 20 09:45:39 2021 +0000 +++ b/main.cpp Sun Jun 20 10:08:14 2021 +0000 @@ -10,6 +10,6 @@ while (1) { led1 = 1; - wait(2); + wait(0.2); } }