step 3 prelim

This commit is contained in:
2024-08-10 00:04:06 -05:00
parent 074faf8879
commit b74536b057
5 changed files with 677 additions and 31 deletions
+4 -4
View File
@@ -28,10 +28,10 @@ typedef enum {
switch3 = 14,
switch2 = 15,
switch1 = 16,
button1 = 17,
button2 = 18,
button3 = 19,
button4 = 20,
button4 = 17,
button3 = 18,
button2 = 19,
button1 = 20,
} Led;
void init_leds(void);