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 TimeoutEx by
Revision 5:307135bd050f, committed 2017-10-11
- Comitter:
- CSTritt
- Date:
- Wed Oct 11 03:23:35 2017 +0000
- Parent:
- 4:587825079f11
- Commit message:
- Cleaned up comments. Changed sequence of some code.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Oct 11 01:59:34 2017 +0000 +++ b/main.cpp Wed Oct 11 03:23:35 2017 +0000 @@ -69,7 +69,7 @@ } void ylwChange(){ - grnLight = 0; // Turn off grn. + grnLight = 0; // Turn off green. ylwLight = 1; // Turn on yellow. changeLight.attach(&redChange, ylwTime); // Schedule change to red. }