Skip to content

Commit 28de917

Browse files
committed
1 parent 6d51aff commit 28de917

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
idf_component_register(
2+
SRCS "DallasTemperature.cpp"
3+
INCLUDE_DIRS "."
4+
PRIV_REQUIRES OneWire arduino
5+
)

0 commit comments

Comments
 (0)