snapshot before checking ioc in TrafficLightsPlusPlus

This commit is contained in:
2025-10-13 14:55:27 -05:00
parent 9e2e9f7773
commit 9c5d61ba34
503 changed files with 34483 additions and 57484 deletions

View File

@@ -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
}
}
*/