add esp32 support
This commit is contained in:
parent
3b8364267c
commit
177f256480
|
|
@ -1,11 +1,5 @@
|
||||||
# Adafruit Bus IO Library
|
idf_component_register(
|
||||||
# https://github.com/adafruit/Adafruit_BusIO
|
SRC_DIRS "."
|
||||||
# MIT License
|
INCLUDE_DIRS "."
|
||||||
|
REQUIRES arduino-esp32
|
||||||
cmake_minimum_required(VERSION 3.5)
|
)
|
||||||
|
|
||||||
idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp" "Adafruit_GenericDevice.cpp"
|
|
||||||
INCLUDE_DIRS "."
|
|
||||||
REQUIRES arduino-esp32)
|
|
||||||
|
|
||||||
project(Adafruit_BusIO)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue