Skip to content

Commit e3c7276

Browse files
authored
Merge pull request #235 from diplfranzhoepfinger/master
added CMakeLists.txt for use under ESP-IDF
2 parents 6d51aff + be9e5b8 commit e3c7276

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Author: diplfranzhoepfinger
2+
# reference: https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html
3+
# URL: https://github.com/milesburton/Arduino-Temperature-Control-Library
4+
# DATE: 15.02.2023
5+
6+
idf_component_register(
7+
SRCS "DallasTemperature.cpp"
8+
INCLUDE_DIRS "."
9+
PRIV_REQUIRES OneWire arduino
10+
)

0 commit comments

Comments
 (0)