add cmakelists for idf.py
This commit is contained in:
parent
4c49258506
commit
60ede5c939
|
|
@ -0,0 +1,5 @@
|
|||
idf_component_register(
|
||||
SRCS "SPIFlash.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES arduino-esp32
|
||||
)
|
||||
Loading…
Reference in New Issue