Searched refs:RotaryEncoder (Results 1 – 6 of 6) sorted by relevance
34 RotaryEncoder::RotaryEncoder(int pinA, int pinB) in RotaryEncoder() function in RotaryEncoder64 RotaryEncoder::~RotaryEncoder() in ~RotaryEncoder()72 void RotaryEncoder::initPosition(int count) in initPosition()77 int RotaryEncoder::position() in position()82 void RotaryEncoder::signalAISR(void *ctx) in signalAISR()84 upm::RotaryEncoder *This = (upm::RotaryEncoder *)ctx; in signalAISR()
64 class RotaryEncoder {72 RotaryEncoder(int pinA, int pinB);76 ~RotaryEncoder();
47 upm::RotaryEncoder* rotaryencoder = new upm::RotaryEncoder(2, 3); in main()
39 upm_rotaryencoder.RotaryEncoder rotaryencoder = new upm_rotaryencoder.RotaryEncoder(2, 3); in main()
30 var myRotaryEncoder = new rotaryEncoder.RotaryEncoder(2, 3);
28 myRotaryEncoder = upmRotaryEncoder.RotaryEncoder(2, 3);