ME405 Portfolio
The following documentation details each step of the ME 405 term project.
mcp9808.py File Reference

This file manages the communication between the mcp9808 sensor and the board. More...

Classes

class  mcp9808.mcp9808
 mcp9808 is a class used to comntain temperature protocalls. More...
 

Detailed Description

This file manages the communication between the mcp9808 sensor and the board.

This file acts as a driver for the mcp9808 temperature sensor. The driver uses I2C communication to read the ambient temperature register stored on the mcp9808 module, and interprets it into temperatures in both celsius and fahrenheit.