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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user