|
Files | |
file | philips-pcf8574.h |
Philips PCF8574 IO MUX driver. | |
Defines | |
#define | PCF8574_I2C_ADDR 0x70 |
Functions | |
bool | PCF8574sendBytes (tSensors link, ubyte _byte) |
bool | PCF8574readBytes (tSensors link, ubyte &_byte) |
Variables | |
tByteArray | PCF8574_I2CRequest |
tByteArray | PCF8574_I2CReply |
Philips PCF8574
#define PCF8574_I2C_ADDR 0x70 |
HDMMUX I2C device address
Definition at line 41 of file philips-pcf8574.h.
bool PCF8574readBytes | ( | tSensors | link, |
ubyte & | _byte | ||
) |
Read the current state of the ports on the PCF8574
link | the PCF8574 port number |
_byte | the byte thats been read |
Definition at line 76 of file philips-pcf8574.h.
bool PCF8574sendBytes | ( | tSensors | link, |
ubyte | _byte | ||
) |
Send a byte to the PCF8574 to set the IO ports
link | the PCF8574 port number |
_byte | the byte to be sent |
Definition at line 58 of file philips-pcf8574.h.
Array to hold I2C reply data
Definition at line 45 of file philips-pcf8574.h.
Array to hold I2C command data
Definition at line 44 of file philips-pcf8574.h.