List of all members.
Public Member Functions |
void | begin () |
void | begin (long) |
void | printVersion (void) |
void | blinkVersion (void) |
void | printFirmwareVersion (void) |
void | setFirmwareNameAndVersion (const char *name, byte major, byte minor) |
int | available (void) |
void | processInput (void) |
void | sendAnalog (byte pin, int value) |
void | sendDigital (byte pin, int value) |
void | sendDigitalPort (byte portNumber, int portData) |
void | sendString (const char *string) |
void | sendString (byte command, const char *string) |
void | sendSysex (byte command, byte bytec, byte *bytev) |
void | attach (byte command, callbackFunction newFunction) |
void | attach (byte command, systemResetCallbackFunction newFunction) |
void | attach (byte command, stringCallbackFunction newFunction) |
void | attach (byte command, sysexCallbackFunction newFunction) |
void | detach (byte command) |
Detailed Description
Definition at line 88 of file Firmata.h.
The documentation for this class was generated from the following files:
- D:/DRISSI/arduino-0022/arduino-0022/libraries/Firmata/Firmata.h
- D:/DRISSI/arduino-0022/arduino-0022/libraries/Firmata/Firmata.cpp