new traffic light code. walk signal works

This commit is contained in:
2025-09-21 01:26:23 -05:00
parent e698ea0bd9
commit 177fca8b4e
229 changed files with 47128 additions and 19400 deletions

View File

@@ -8,6 +8,8 @@
#ifndef INC_BREADBOARD_H_
#define INC_BREADBOARD_H_
void breadboard(int);
void starttick(void);
void trafflight(int, int);
#endif /* INC_BREADBOARD_H_ */