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/src/bringup.cpp | |
| parent | cef2afa070cdf935e27a95946977915e25d9d243 (diff) | |
most things working
Diffstat (limited to 'test_fw/src/bringup.cpp')
| -rw-r--r-- | test_fw/src/bringup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_fw/src/bringup.cpp b/test_fw/src/bringup.cpp index f2d2292..07ac257 100644 --- a/test_fw/src/bringup.cpp +++ b/test_fw/src/bringup.cpp @@ -2,6 +2,7 @@ #include "board.h" #include <Wire.h> +#include <SPI.h> using namespace ocularium; |
