LCC Fusion Project 1.0
LCC Automation
Loading...
Searching...
No Matches
h Class Reference

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...

Detailed Description

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.

Note
The Node hardware device acts as an I2C 'master' device, connecting to one or more slave devices.
Parameters
addressBaseThe 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.

The documentation for this class was generated from the following file: