This commit is contained in:
2023-12-26 16:55:02 -05:00
commit 71329d5484
32 changed files with 1248 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef _BOARD_PINS_H
#define _BOARD_PINS_H
// LEDs
#define STAT_LED 13
#endif