Finished MCP9808 driver.

This commit is contained in:
Pim van Pelt
2018-04-03 14:09:40 +02:00
parent 90003f705c
commit 50d59ae313
4 changed files with 61 additions and 19 deletions

View File

@ -122,6 +122,7 @@ int main() {
do_sht31(sht31);
do_si7021(si7021);
do_htu21df(htu21df);
do_mcp9808(mcp9808);
sleep(5);
}