public class Arduino.FirmataWriter extends java.lang.Object implements Firmata.Writer
| Constructor and Description |
|---|
FirmataWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int val)
Write a byte to the Arduino board.
|
public void write(int val)
Firmata.Writerwrite in interface Firmata.Writerval - the byte to write to the Arduino board