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

  /hardware/bsp/intel/peripheral/libupm/src/nunchuck/
nunchuck.cxx 30 #include "nunchuck.h"
36 NUNCHUCK::NUNCHUCK(int bus, uint8_t addr)
63 NUNCHUCK::~NUNCHUCK()
68 bool NUNCHUCK::writeByte(uint8_t reg, uint8_t byte)
82 int NUNCHUCK::readBytes(uint8_t reg, uint8_t *buffer, int len)
93 bool NUNCHUCK::init()
107 void NUNCHUCK::update()
nunchuck.h 35 * @defgroup nunchuck libupm-nunchuck
39 * @library nunchuck
40 * @sensor nunchuck
54 * http://wiibrew.org/wiki/Wiimote/Extension_Controllers/Nunchuck
63 * @image html nunchuck.jpg
64 * @snippet nunchuck.cxx Interesting
66 class NUNCHUCK {
69 * NUNCHUCK constructor
74 NUNCHUCK(int bus, uint8_t addr=NUNCHUCK_I2C_ADDR)
    [all...]

Completed in 68 milliseconds