UoD_ME21001_Group_1_02 / Mbed 2 deprecated TrafficlightsV2

Dependencies:   mbed

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);