1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Rename BitBangI2C to SoftI2C

This commit is contained in:
Rhys Weatherley
2012-05-18 10:17:48 +10:00
parent 2cdadae890
commit a265ef1755
7 changed files with 37 additions and 34 deletions

View File

@@ -51,8 +51,8 @@ Enterprise model kit.
\li I2CMaster abstract class that provides an improved API for implementing an
I2C master. The following two classes inherit from I2CMaster:
\li BitBangI2C class that implements the master side of the I2C protocol
using "bit-banging" on any arbitrary pair of pins for DATA and CLOCK.
\li SoftI2C class that implements the master side of the I2C protocol
in software on any arbitrary pair of pins for DATA and CLOCK.
This class supports both 7-bit and 10-bit I2C addresses.
\li WireI2C class that uses the Arduino Wire library to implement the
master side of the I2C protocol. This class only supports 7-bit addresses