|
Mindsensors Magic Wand. More...
#include "philips-pcf8574.h"
Go to the source code of this file.
Defines | |
#define | MSMWclearALL(X) PCF8574sendBytes(X, 0xFF) |
#define | MSMWsetALL(X) PCF8574sendBytes(X, 0x00) |
Functions | |
bool | MSMWsetLED (tSensors link, ubyte ledToChange, bool on) |
bool | MSMWtoggleLED (tSensors link, ubyte ledToChange) |
bool | MSMWflashAndClear (tSensors link, int count) |
Mindsensors Magic Wand.
mindsensors-magicwand.h provides additional functionality on top of the PCF8574 driver for the Mindsensors Magic Wand
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 mindsensors-magicwand.h.