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.
1 parent 6d51aff commit 28de917Copy full SHA for 28de917
CMakeLists.txt
@@ -0,0 +1,5 @@
1
+idf_component_register(
2
+ SRCS "DallasTemperature.cpp"
3
+ INCLUDE_DIRS "."
4
+ PRIV_REQUIRES OneWire arduino
5
+ )
0 commit comments