Initial commit

This commit is contained in:
Johnathon Slightham
2025-05-14 11:32:31 -04:00
committed by Johnathon Slightham
commit 0f8467f194
11 changed files with 3005 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS "")