add esp32 support
This commit is contained in:
parent
ef712e9514
commit
84e7a2b2ba
|
|
@ -0,0 +1,5 @@
|
||||||
|
idf_component_register(
|
||||||
|
SRC_DIRS "."
|
||||||
|
INCLUDE_DIRS "."
|
||||||
|
REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue