You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
349 B
11 lines
349 B
# 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)
|
|
|