RSeries astromech firmware
|
#include <i2c/StealthBoardI2C.h>
Encapsulates the available i2c commands that can be sent to the ia-parts.com magic panel.
Public Member Functions | |
StealthBoardI2C (const byte i2cAddress=0) | |
Default Constructor. More... | |
virtual void | handleCommand (const char *cmd) override |
Stealth Commands start with 'ST'. More... | |
Public Member Functions inherited from CommandEvent | |
CommandEvent () | |
Default Constructor. More... | |
virtual void | handleCommand (String cmd) |
Subclasses should implement this function to process commands specific to their device. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CommandEvent | |
static void | process (char *cmd) |
Calls handleCommand() for each created CommandEvent subclass. More... | |
static void | process (const char *cmd) |
Calls handleCommand() for each created CommandEvent subclass. More... | |
static void | process (PROGMEMString pcmd) |
Calls handleCommand() for each created CommandEvent subclass. More... | |
|
inline |
Default Constructor.
Encapsulates a Stealh Board at the specific i2c address.
|
inlineoverridevirtual |
Stealth Commands start with 'ST'.
Implements CommandEvent.