CIS441 Proj MS 2b

Dependencies:   TextLCD MQTT

Revision:
7:15c2ed6e5162
Parent:
6:e59641c4562c
Child:
8:c40e805eecba
--- a/main.cpp	Wed Dec 11 21:29:48 2019 +0000
+++ b/main.cpp	Thu Dec 12 00:41:58 2019 +0000
@@ -35,8 +35,9 @@
         int new_cars = road1.try_enter_car(time);
         
         road1.let_cars_update();
+        printf("main.cpp: update flags raised\n"); 
         road1.wait_for_car_update();
-        
+        printf("main.cpp: finished updating\n"); 
         
         printf("\r\nRoad 1 Update %d\r\n", time);
         road1.print_status();