Charles Tritt / Mbed 2 deprecated TrafficEx

Dependencies:   mbed

Fork of TimeoutEx by Charles Tritt

Files at this revision

API Documentation at this revision

Comitter:
CSTritt
Date:
Wed Oct 11 03:23:35 2017 +0000
Parent:
4:587825079f11
Commit message:
Cleaned up comments. Changed sequence of some code.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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.    
 }