Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Defines | Functions | Variables

philips-pcf8574.h File Reference

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

Detailed Description

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.

Author:
Xander Soldaat (xander_at_botbench.com)
Date:
30 March 2010
Version:
0.1

Definition in file philips-pcf8574.h.