HwmonTempSensor: Add support for MCP9600
Add support for mcp9600 temperature sensor.
Change-Id: I5cd5b91cd339f203a914bc982584d32d04afc15e
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
diff --git a/src/HwmonTempMain.cpp b/src/HwmonTempMain.cpp
index 8531776..c157b19 100644
--- a/src/HwmonTempMain.cpp
+++ b/src/HwmonTempMain.cpp
@@ -66,6 +66,7 @@
{"MAX6581", I2CDeviceType{"max6581", true}},
{"MAX6654", I2CDeviceType{"max6654", true}},
{"MAX6639", I2CDeviceType{"max6639", true}},
+ {"MCP9600", I2CDeviceType{"mcp9600", false}},
{"NCT6779", I2CDeviceType{"nct6779", true}},
{"NCT7802", I2CDeviceType{"nct7802", true}},
{"SBTSI", I2CDeviceType{"sbtsi", true}},