AceWire
0.4.0
Unified interface for selecting different I2C implementations on Arduino platforms
|
▼Nace_wire | |
CFeliasFoggWireInterface | A thin wrapper around the SlowSoftWire class provided by the https://github.com/felias-fogg/SlowSoftWire project so that it becomes compatible with the AceWire API |
CMarpleWireInterface | A thin wrapper around the SoftWire class provided by the https://github.com/stevemarple/SoftWire project so that it becomes compatible with the AceWire interface |
CRaemondWireInterface | A thin wrapper around the SoftWire class provided by the SWire project at https://github.com/RaemondBW/SWire so that it becomes compatible with the AceWire API |
CSeeedWireInterface | A thin wrapper for the SoftwareI2C class from the https://github.com/Seeed-Studio/Arduino_Software_I2C project so that it becomes compatible with the AceWire API |
CSimpleWireFastInterface | A version of SimpleWireInterface that uses one of the <digitalWriteFast.h> libraries |
CSimpleWireInterface | A software I2C implementation for sending LED segment patterns over I2C |
CTestatoWireInterface | A thin wrapper around the SoftwareWire class provided by the https://github.com/Testato/SoftwareWire project so that it becomes compatible with the AceWire interface |
CThexenoWireInterface | A thin wrapper around the TwoWire class from the https://github.com/thexeno/HardWire-Arduino-Library project so that it becomes compatible with the AceWire API |
CTodbotWireInterface | A thin wrapper for the SoftI2CMaster class from the https://github.com/todbot/SoftI2CMaster project so that it is compatible with the AceWire API |
CTwoWireInterface | A thin wrapper around the default TwoWire class and its Wire object provided by most Arduino platforms |