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
Diff: main.cpp
- Revision:
- 5:307135bd050f
- Parent:
- 4:587825079f11
diff -r 587825079f11 -r 307135bd050f main.cpp --- 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. }