This file contains a class that allows a user to communicate with an MCP9808 temperature sensor using its I2C interface. More...
Classes | |
| class | mcp9808.iic |
| Class that allows the user to communicate with the MCP9808 temperature sensor using its I2C interface. More... | |
Namespaces | |
| Lab0x04 | |
| This package contains mcp9808.py, main.py. | |
Variables | |
| mcp9808.i2c = I2C(1) | |
| Implementation of I2C serial communication. | |
| mcp9808.MASTER | |
| Initialization of I2C in Master mode with baud rate 115200. | |
| mcp9808.baudrate | |
| mcp9808.eye2see = iic(i2c, 0) | |
| Creating of I2C object that sets the Nucleo as the Master i2c.deinit() | |
This file contains a class that allows a user to communicate with an MCP9808 temperature sensor using its I2C interface.