MCP9808 sensor implementation (#1188)

* MCP9808 Sensor Implementation Initial Test
This commit is contained in:
Ric Letson
2022-02-08 11:03:34 -06:00
committed by GitHub
co-authored by GitHub
parent e649bc84e1
commit 856f2f9589
4 changed files with 53 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ lib_deps =
robtillaart/DS18B20@^0.1.11
adafruit/Adafruit BME280 Library@^2.2.2
adafruit/Adafruit BME680 Library@^2.0.1
adafruit/Adafruit MCP9808 Library@^2.0.0
; Common settings for ESP targes, mixin with extends = esp32_base
[esp32_base]