|
LCC Fusion Project 1.0
LCC Automation
|
Uses Wire.h library to create an I2C connection on hardware bus 0 or 1. Requires an I2C base address to be configured in //LccNodeConfig.h and an optional offset to be specified (has to match the offset being used by the I2C enabled device). More...
Uses Wire.h library to create an I2C connection on hardware bus 0 or 1. Requires an I2C base address to be configured in //LccNodeConfig.h and an optional offset to be specified (has to match the offset being used by the I2C enabled device).
I2C connection to I2C enabled devices acting as 'slave' devices.
| addressBase | The I2C device's base address. All I2C devices are idenitified by their base + offset addresses. begin() provides the address offset to be added to the base address. Defaults to 0x20 used by MCP23017 IC. |