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.Writer
write
in interface Firmata.Writer
val
- the byte to write to the Arduino board