JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.firmata
Interface Firmata.Writer
All Known Implementing Classes:
Arduino.FirmataWriter
Enclosing class:
Firmata
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
write
(int val)
Write a byte to the Arduino board.
Method Detail
write
void write(int val)
Write a byte to the Arduino board. The implementation should forward this using the actual connection.
Parameters:
val
- the byte to write to the Arduino board
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method