cc.arduino
Class Arduino.FirmataWriter

java.lang.Object
  extended by cc.arduino.Arduino.FirmataWriter
All Implemented Interfaces:
Firmata.Writer
Enclosing class:
Arduino

public class Arduino.FirmataWriter
extends java.lang.Object
implements Firmata.Writer


Constructor Summary
Arduino.FirmataWriter()
           
 
Method Summary
 void write(int val)
          Write a byte to the Arduino board.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arduino.FirmataWriter

public Arduino.FirmataWriter()
Method Detail

write

public void write(int val)
Description copied from interface: Firmata.Writer
Write a byte to the Arduino board. The implementation should forward this using the actual connection.

Specified by:
write in interface Firmata.Writer
Parameters:
val - the byte to write to the Arduino board