SPIFlash_LowPowerLab/CMakeLists.txt

6 lines
98 B
CMake

idf_component_register(
SRCS "SPIFlash.cpp"
INCLUDE_DIRS "."
REQUIRES arduino-esp32
)