Home
last modified time | relevance | path

Searched refs:RotaryEncoder (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/rotaryencoder/
Drotaryencoder.cxx34 RotaryEncoder::RotaryEncoder(int pinA, int pinB) in RotaryEncoder() function in RotaryEncoder
64 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()
Drotaryencoder.h64 class RotaryEncoder {
72 RotaryEncoder(int pinA, int pinB);
76 ~RotaryEncoder();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Drotaryencoder.cxx47 upm::RotaryEncoder* rotaryencoder = new upm::RotaryEncoder(2, 3); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DRotaryEncoderSample.java39 upm_rotaryencoder.RotaryEncoder rotaryencoder = new upm_rotaryencoder.RotaryEncoder(2, 3); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Drotaryencoder.js30 var myRotaryEncoder = new rotaryEncoder.RotaryEncoder(2, 3);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Drotaryencoder.py28 myRotaryEncoder = upmRotaryEncoder.RotaryEncoder(2, 3);