Home
last modified time | relevance | path

Searched refs:pinA (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/rotaryencoder/
Drotaryencoder.cxx34 RotaryEncoder::RotaryEncoder(int pinA, int pinB) in RotaryEncoder() argument
36 if ( !(m_gpioA = mraa_gpio_init(pinA)) ) in RotaryEncoder()
Drotaryencoder.h72 RotaryEncoder(int pinA, int pinB);
/hardware/bsp/intel/peripheral/libupm/src/otp538u/
Dotp538u.cxx37 OTP538U::OTP538U(int pinA, int pinO, float aref) in OTP538U() argument
58 if ( !(m_aioA = mraa_aio_init(pinA)) ) in OTP538U()
Dotp538u.h80 OTP538U(int pinA, int pinO, float aref = 5.0);