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 6d51aff + be9e5b8 commit e3c7276Copy full SHA for e3c7276
CMakeLists.txt
@@ -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