SPIFlash_LowPowerLab/CMakeLists.txt

6 lines
98 B
CMake
Raw Normal View History

2026-03-26 23:24:28 +00:00
idf_component_register(
SRCS "SPIFlash.cpp"
INCLUDE_DIRS "."
REQUIRES arduino-esp32
)