|
NetBurner 3.5.7
PDF Version |
Topics | |
| Bit Bang I2C (GPIO) | |
| Legacy API MOD5441x, NANO54415, SB800EX | |
| Wire Interface | |
| Arduino-compatible TwoWire I2C controller/target interface. | |
I2C API for NetBurner Platforms
The I2C peripheral interfaces can be controlled by the Wire Interface, which uses a TwoWire Interface Class, or with a bit-bang driver using GPIO pins: #include< Wire.h >
or
#include< bb_i2c.h > (if no i2c.h in the appropriate arch)
BBI2C is specifically for platforms without native hardware I2C support. See other sub-modules for device-specific I2C details.