dude are colors even real

This commit is contained in:
2025-09-22 15:45:12 -05:00
parent a64dd0b1e5
commit 9e2e9f7773
211 changed files with 181603 additions and 314 deletions

View File

@@ -0,0 +1,15 @@
/*
* breadboard.hpp
*
* Created on: Sep 22, 2025
* Author: ja
*/
#ifndef INC_BREADBOARD_H_
#define INC_BREADBOARD_H_
void SetTrafficLights(TrafficState s);
#endif /* INC_BREADBOARD_H_ */