Interface | Description |
---|---|
FirmataToken |
This class contains set of constants that represent tokens of Firmata
protocol.
|
Class | Description |
---|---|
ParsingAnalogMappingState |
This state parses analog mapping message and fires an event that contains
information about how the analog ports match to the pin indexes.
|
ParsingAnalogMessageState |
This state parses the analog message that points an analog input has
changed.
|
ParsingCapabilityResponseState |
This state parses capability response and fires an event that contains
information about pins and their supported modes.
|
ParsingDigitalMessageState |
This state parses digital message and fires an event that contains
information about the state of each pin of the port where state of at least
one pin has changed.
|
ParsingExtendedAnalogMessageState |
This state parses extended analog state message and fires an event that
contains information about the state of an analog input where the state has
changed.
|
ParsingFirmwareMessageState |
This state parses firmware message and fires an event that contains the name
and version of firmware.
|
ParsingI2CMessageState |
This class parses inbound I2C messages and publishes them when they are
complete.
|
ParsingStringMessageState | |
ParsingSysexMessageState |
This state parses type of sysex message and transfers FSM to the state which
is able to handle the message.
|
ParsingVersionMessageState |
This state parses version report message that contains the version of the
protocol the hardware supports.
|
PinStateParsingState |
This state parses the pin state message.
|
WaitingForMessageState |
This is initial default state of
FirmataDevice . |
Copyright © 2017. All rights reserved.