#include <dome/TeecesPSI.h>
◆ TeecesPSI()
TeecesPSI::TeecesPSI |
( |
LedControl & |
ledControl | ) |
|
|
inline |
◆ animate()
virtual void TeecesPSI::animate |
( |
| ) |
|
|
inlinevirtual |
Subclasses must implement this function to run through a single frame of animation/activity.
Subclasses should not call delay() or otherwise block.
Implements AnimatedEvent.
◆ jawaCommand()
virtual void TeecesPSI::jawaCommand |
( |
char |
cmd, |
|
|
int |
arg, |
|
|
int |
value |
|
) |
| |
|
inlineoverridevirtual |
Subclasses should override this method to handle commands specifying a value.
Reimplemented from JawaEvent.
◆ setAnimate()
void TeecesPSI::setAnimate |
( |
bool |
animate | ) |
|
|
inline |
◆ setDelay()
void TeecesPSI::setDelay |
( |
byte |
delay | ) |
|
|
inline |
◆ setPause()
void TeecesPSI::setPause |
( |
unsigned int |
pause | ) |
|
|
inline |
◆ setPower()
void TeecesPSI::setPower |
( |
bool |
on | ) |
|
|
inline |
◆ setSolidState()
void TeecesPSI::setSolidState |
( |
byte |
mask | ) |
|
|
inline |
◆ setState()
void TeecesPSI::setState |
( |
byte |
state | ) |
|
|
inline |
◆ setStuckChance()
void TeecesPSI::setStuckChance |
( |
byte |
chance | ) |
|
|
inline |
◆ setup()
virtual void TeecesPSI::setup |
( |
| ) |
|
|
inlineoverridevirtual |
Subclasses must implement this function to perform any necessary setup that cannot happen in the constructor.
Implements SetupEvent.
The documentation for this class was generated from the following file: