Skip to content

Commit

Permalink
added CMakeLists.txt for use under ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
franz-zasso committed Feb 15, 2023
1 parent 6d51aff commit 28de917
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
idf_component_register(
SRCS "DallasTemperature.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES OneWire arduino
)

0 comments on commit 28de917

Please sign in to comment.