12 lines
338 B
Text
12 lines
338 B
Text
|
# Adafruit Bus IO Library
|
||
|
# https://github.com/adafruit/Adafruit_BusIO
|
||
|
# MIT License
|
||
|
|
||
|
cmake_minimum_required(VERSION 3.5)
|
||
|
|
||
|
idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp"
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES arduino)
|
||
|
|
||
|
project(Adafruit_BusIO)
|