|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Firmata.Writer
An interface that the Firmata class uses to write output to the Arduino board. The implementation should forward the data over the actual connection to the board.
Method Summary | |
---|---|
void |
write(int val)
Write a byte to the Arduino board. |
Method Detail |
---|
void write(int val)
val
- the byte to write to the Arduino board
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |