Skip to content

Commit

Permalink
Merge pull request #131 from johnboiles/master
Browse files Browse the repository at this point in the history
For ESP-IDF builds use arduino-esp32 instead of arduino dependency
  • Loading branch information
ladyada authored Jan 8, 2025
2 parents 1750617 + 18df8ea commit 55e4f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ cmake_minimum_required(VERSION 3.5)

idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp"
INCLUDE_DIRS "."
REQUIRES arduino)
REQUIRES arduino-esp32)

project(Adafruit_BusIO)

0 comments on commit 55e4f83

Please sign in to comment.