HWA
Bare metal programming with style
|
This class implements a PCF8574 8-bit I/O expander for I²C bus.
Header file:
define a PCF8574 device
You must provide:
Example:
The implementation of this device focuses on code size rather than on speed, so it relies on extern C functions. These functions are declared with HW_DECLARE(...) and defined with HW_IMPLEMENT(...):
Constructor for PCF8574
Modules | |
PCF8574 I/O | |