Charles Tritt / Mbed 2 deprecated TrafficEx

Dependencies:   mbed

Fork of TimeoutEx by Charles Tritt

Revision:
5:307135bd050f
Parent:
4:587825079f11
--- 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.    
 }