snapshot before checking ioc in TrafficLightsPlusPlus
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "breadboard.h"
|
||||
|
||||
/*
|
||||
void SetTrafficLights(TrafficState s)
|
||||
{
|
||||
HAL_GPIO_WritePin(LED_Port, Green_Pin, GPIO_PIN_RESET);
|
||||
@@ -15,6 +16,6 @@ void SetTrafficLights(TrafficState s)
|
||||
|
||||
switch (s)
|
||||
{
|
||||
case TrafficState:::GREEN
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user