A Node.js I2C module for the Microchip MCP9808 digital temperature sensor
npm install mcp9808-sensor
0x18`. You can change the address by tying a conbination of the `A0 A1 A2` pins to VDD. Each pin of the `A0 A1 A2` set adds an offset to the base address of `0x18`
| Pin | Offset |
|---|---|
| `A0` | `1` |
| `A1` | `2` |
| `A2` | `4`` |