RSeries astromech firmware
|
This is the complete list of members for AnoRotaryEncoder, including all inherited members.
animate() override | AnoRotaryEncoder | inlinevirtual |
AnoRotaryEncoder(PinManager &pinManager, byte encoderA, byte encoderB, byte buttonUp, byte buttonLeft, byte buttonDown, byte buttonRight, byte buttonIn, bool useInterrupt=true) | AnoRotaryEncoder | inline |
begin() | RotaryEncoder | inline |
Direction enum name | RotaryEncoder | |
end() | RotaryEncoder | inline |
getButtonPressedMask() const | AnoRotaryEncoder | inline |
getDirection() | RotaryEncoder | inline |
getMillisBetweenRotations() const | RotaryEncoder | inline |
getRPM() | RotaryEncoder | inline |
getValue() | RotaryEncoder | inline |
hasButtonStateChanged() const | AnoRotaryEncoder | inline |
hasChanged() | RotaryEncoder | inline |
interrupt() override | RotaryEncoder | inlineprotectedvirtual |
isActive() | RotaryEncoder | inline |
isButtonPressed(byte pin) const | AnoRotaryEncoder | inline |
isButtonReleased(byte pin) const | AnoRotaryEncoder | inline |
LatchMode enum name | RotaryEncoder | |
ready() | SetupEvent | inlinestatic |
RotaryEncoder(byte pin1, byte pin2, LatchMode mode=LatchMode::kFour0, bool useInterrupt=true) | RotaryEncoder | inline |
setButtonNotify(byte pin, void(*notify)(bool)) | AnoRotaryEncoder | inline |
setup() override | RotaryEncoder | inlinevirtual |
SetupEvent() | SetupEvent | inline |
setValue(long newValue) | RotaryEncoder | inline |