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.
Diff: main.cpp
- Revision:
- 6:2aa20d4e28e4
- Parent:
- 5:0225e0fdab62
--- a/main.cpp Sun Nov 01 12:35:03 2020 +0000 +++ b/main.cpp Sun Nov 01 12:42:52 2020 +0000 @@ -20,6 +20,7 @@ } if(!trafficYellowlight){ trafficYellowlight=!pedestrainButton; // Yellow light reamin switched OFF but once button is pressed to be OFF Yellow light will be ON + trafficRedlight=!trafficYellowlight; // switching ON Red light once Yellow light is OFF } wait_ms(500);