adafruit_mcp9808 - MCP9808 I2C Temperature Sensor

CircuitPython library to support MCP9808 high accuracy temperature sensor.

  • Author(s): Scott Shawcroft

Implementation Notes

Hardware:

Software and Dependencies:

Notes:

  1. Datasheet: http://www.adafruit.com/datasheets/MCP9808.pdf
class adafruit_mcp9808.MCP9808(i2c_bus, address=24)[source]

Interface to the MCP9808 temperature sensor.

temperature

Temperature in celsius. Read-only.