#include <ofArduino.h>
List of all members.
Detailed Description
This class extend ofStandardFirmata and provides additional functionality like servo support through SysEx messages. use the OFstdFirmata for servo support...
Constructor & Destructor Documentation
| ofArduino::~ofArduino |
( |
) |
[virtual] |
Member Function Documentation
| int ofArduino::connect |
( |
string |
device, |
|
|
int |
baud = 57600 |
|
) |
| |
| int ofArduino::getServo |
( |
int |
pin ) |
|
| bool ofArduino::isArduinoReady |
( |
) |
|
| void ofArduino::processSysExData |
( |
vector< unsigned char > |
data ) |
[protected, virtual] |
| void ofArduino::sendServo |
( |
int |
pin, |
|
|
int |
value, |
|
|
bool |
force = false |
|
) |
| |
| void ofArduino::sendServoAttach |
( |
int |
pin, |
|
|
int |
minPulse = 544, |
|
|
int |
maxPulse = 2400, |
|
|
int |
angle = 180 |
|
) |
| |
| void ofArduino::sendServoDetach |
( |
int |
pin ) |
|
| void ofArduino::setUseDelay |
( |
bool |
bDelay ) |
|
Member Data Documentation
The documentation for this class was generated from the following files: