We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69b929d + b830b3c commit a740ebdCopy full SHA for a740ebd
CMakeLists.txt
@@ -0,0 +1,11 @@
1
+# Adafruit Bus IO Library
2
+# https://github.com/adafruit/Adafruit_BusIO
3
+# MIT License
4
+
5
+cmake_minimum_required(VERSION 3.5)
6
7
+idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp"
8
+ INCLUDE_DIRS "."
9
+ REQUIRES arduino)
10
11
+project(Adafruit_BusIO)
component.mk
@@ -0,0 +1 @@
+COMPONENT_ADD_INCLUDEDIRS = .
0 commit comments