RSeries astromech firmware
|
This is the complete list of members for Stance, including all inherited members.
animate() override | Stance | inlinevirtual |
AnimatedEvent() | AnimatedEvent | inline |
changeToThreeLegged() | Stance | inline |
changeToTwoLegged() | Stance | inline |
handleCommand(const char *cmd) override | Stance | inlinevirtual |
CommandEvent::handleCommand(String cmd) | CommandEvent | inlineprivatevirtual |
isThreeLegged() | Stance | inline |
isTwoLegged() | Stance | inline |
isValid() | Stance | inline |
AnimatedEvent::process() | AnimatedEvent | inlinestatic |
CommandEvent::process(char *cmd) | CommandEvent | inlineprivatestatic |
CommandEvent::process(const char *cmd) | CommandEvent | inlineprivatestatic |
CommandEvent::process(PROGMEMString pcmd) | CommandEvent | inlineprivatestatic |
setLoopDoneCallback(AnimatedLoopDone loopProc) | AnimatedEvent | inline |
setOrientationSensors(Orientation &bodyIMU, Orientation &tiltIMU) | Stance | inline |
setup() override | Stance | inlinevirtual |
Stance(HardwareSerial &saberSerialPort, byte tiltUpPin=6, byte tiltDownPin=7, byte legUpPin=8, byte legDownPin=9, byte legPotPin=A0, byte saberAddress=128) | Stance | inline |
Stance(byte tiltUpPin=6, byte tiltDownPin=7, byte legUpPin=8, byte legDownPin=9, byte legPotPin=A0, byte saberAddress=128) | Stance | inline |