Added DS18B20 Tempertur measurement

This commit is contained in:
Ollo
2024-11-28 21:58:52 +01:00
parent ab1325f07f
commit e6b18d163d
3 changed files with 45 additions and 8 deletions

View File

@@ -12,3 +12,6 @@
platform = espressif8266
board = d1_wroom_02
framework = arduino
lib_deps = OneWire
DallasTemperature