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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:848c19e20191
- Parent:
- 0:ff5c694af047
diff -r ff5c694af047 -r 848c19e20191 main.cpp --- a/main.cpp Thu Oct 31 15:32:14 2019 +0000 +++ b/main.cpp Thu Oct 31 15:39:53 2019 +0000 @@ -24,9 +24,9 @@ InterruptIn button4(p28); //Traffic light 1+2 -DigitalOut t1red(p5); -DigitalOut t1yellow(p6); -DigitalOut t1green(p7); +DigitalOut t1red(p23); +DigitalOut t1yellow(p24); +DigitalOut t1green(p25); //Traffic lights 2+4 DigitalOut t2red(p11); DigitalOut t2yellow(p12);