|
Philips PCF8574 IO MUX driver. More...
#include "common.h"
Go to the source code of this file.
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 IO MUX driver.
philips-pcf8574.h provides an API for the Philips PCF8574 IO MUX.
Changelog:
Credits:
License: You may use this code as you wish, provided you give credit where its due.
THIS CODE WILL ONLY WORK WITH ROBOTC VERSION 3.59 AND HIGHER.
Definition in file philips-pcf8574.h.