Searched refs:m_gpioEncB (Results 1 – 2 of 2) sorted by relevance
36 m_gpioData(dat), m_gpioSwitch(sw), m_gpioEncA(encA), m_gpioEncB(encB), in RGBRingCoder()73 m_gpioEncB.dir(mraa::DIR_IN); in RGBRingCoder()74 m_gpioEncB.mode(mraa::MODE_PULLUP); in RGBRingCoder()76 m_gpioEncB.isr(mraa::EDGE_RISING, &interruptHandler, this); in RGBRingCoder()101 m_gpioEncB.isrExit(); in ~RGBRingCoder()136 newEncoderState = (This->m_gpioEncB.read()<<1) | in interruptHandler()
146 mraa::Gpio m_gpioEncB; variable