diff options
| author | Nathan Perry <np@npry.dev> | 2024-10-24 05:24:43 -0400 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-10-24 05:24:43 -0400 |
| commit | 1bd7040efe360789a3f2999948b80498a4528258 (patch) | |
| tree | 9c5d8df34f4046ce2ea1d5316d42ed58f586d7b0 /test_fw/include/board.h | |
| parent | cef2afa070cdf935e27a95946977915e25d9d243 (diff) | |
most things working
Diffstat (limited to 'test_fw/include/board.h')
| -rw-r--r-- | test_fw/include/board.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test_fw/include/board.h b/test_fw/include/board.h index 3f4be82..12aad5e 100644 --- a/test_fw/include/board.h +++ b/test_fw/include/board.h @@ -1,7 +1,5 @@ #pragma once -#include <SPI.h> - constexpr auto SDA_PIN = 6, SCL_PIN = 23; constexpr auto SD_CS = 17, SD_SCK = 18, SD_MOSI = 19, SD_MISO = 20; |
