Skip to content

Commit

Permalink
Merge pull request #235 from diplfranzhoepfinger/master
Browse files Browse the repository at this point in the history
added CMakeLists.txt for use under ESP-IDF
  • Loading branch information
milesburton committed Feb 15, 2023
2 parents 6d51aff + be9e5b8 commit e3c7276
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Author: diplfranzhoepfinger
# reference: https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html
# URL: https://github.com/milesburton/Arduino-Temperature-Control-Library
# DATE: 15.02.2023

idf_component_register(
SRCS "DallasTemperature.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES OneWire arduino
)

0 comments on commit e3c7276

Please sign in to comment.