- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit19eab6e
committed
drivers/sensor/mcp9808: Add MCP9808 temperature sensor driver.
Add single-file module for the Microchip MCP9808 precision temperaturesensor. The module provides a class for reading the temperature and forconfiguring the sensor. It has type/value checking for some of thecritical parts of the configuration as well as a debug mode for easiertesting during development.It includes a test file designe to run directly on a board with a sensorconnected to test both the module and the sensor.Both module and tests file are thoroughly documented in the codedirectly. For more information read README.md onhttps://github.com/MarcoMiano/mip-mcp9808Signed-off-by: MarcoMiano <58668074+MarcoMiano@users.noreply.github.com>1 parente4cf095 commit19eab6e
File tree
3 files changed
+1103
-0
lines changed- micropython/drivers/sensor/mcp9808
3 files changed
+1103
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments
Comments
(0)