Owen Roseborough / Mbed 2 deprecated TrafficLightControl

Dependencies:   mbed

Revision:
0:50d48d2a55fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/digitalOutConfig.h	Sun Aug 18 14:23:57 2013 +0000
@@ -0,0 +1,14 @@
+
+
+DigitalOut greenLed1(p22);
+DigitalOut yellowLed1(p21);
+DigitalOut redLed1(p23);
+DigitalOut greenLed2(p20);
+DigitalOut yellowLed2(p19);
+DigitalOut redLed2(p18);
+DigitalOut greenLed3(p26);
+DigitalOut yellowLed3(p25);
+DigitalOut redLed3(p24);
+DigitalOut greenLed4(p17);
+DigitalOut yellowLed4(p27);
+DigitalOut redLed4(p16);