Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SeatbeltCycler by
Revision 4:93283812973c, committed 2013-06-27
- Comitter:
- kzampag
- Date:
- Thu Jun 27 23:52:51 2013 +0000
- Parent:
- 3:992e1cd9fb76
- Commit message:
- change cycle number again
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 992e1cd9fb76 -r 93283812973c main.cpp --- a/main.cpp Thu Jun 27 23:13:27 2013 +0000 +++ b/main.cpp Thu Jun 27 23:52:51 2013 +0000 @@ -27,7 +27,7 @@ lcd.printf("Seatbelt Test"); int state = 1; int count = 0; - int maxCount = 2500; + int maxCount = 3000; float wait1 = 0.2; float wait2 = 0.2; float cylDown = 1.6;