HomeSort by relevance Sort by last modified time
    Searched refs:m_joystickCtxX (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/joystick12/
joystick12.h 86 mraa_aio_context m_joystickCtxX;
joystick12.cxx 48 if ( !(m_joystickCtxX = mraa_aio_init(pinX)) )
66 error = mraa_aio_close(m_joystickCtxX);
77 float in = mraa_aio_read (m_joystickCtxX);

Completed in 45 milliseconds