AceWire  0.4.0
Unified interface for selecting different I2C implementations on Arduino platforms
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nace_wire
 CFeliasFoggWireInterfaceA 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
 CMarpleWireInterfaceA thin wrapper around the SoftWire class provided by the https://github.com/stevemarple/SoftWire project so that it becomes compatible with the AceWire interface
 CRaemondWireInterfaceA 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
 CSeeedWireInterfaceA 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
 CSimpleWireFastInterfaceA version of SimpleWireInterface that uses one of the <digitalWriteFast.h> libraries
 CSimpleWireInterfaceA software I2C implementation for sending LED segment patterns over I2C
 CTestatoWireInterfaceA thin wrapper around the SoftwareWire class provided by the https://github.com/Testato/SoftwareWire project so that it becomes compatible with the AceWire interface
 CThexenoWireInterfaceA 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
 CTodbotWireInterfaceA thin wrapper for the SoftI2CMaster class from the https://github.com/todbot/SoftI2CMaster project so that it is compatible with the AceWire API
 CTwoWireInterfaceA thin wrapper around the default TwoWire class and its Wire object provided by most Arduino platforms