Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
Dnunchuck.cxx36 NUNCHUCK::NUNCHUCK(int bus, uint8_t addr) in NUNCHUCK() function in NUNCHUCK
63 NUNCHUCK::~NUNCHUCK() in ~NUNCHUCK()
68 bool NUNCHUCK::writeByte(uint8_t reg, uint8_t byte) in writeByte()
82 int NUNCHUCK::readBytes(uint8_t reg, uint8_t *buffer, int len) in readBytes()
93 bool NUNCHUCK::init() in init()
107 void NUNCHUCK::update() in update()
Dnunchuck.h66 class NUNCHUCK {
74 NUNCHUCK(int bus, uint8_t addr=NUNCHUCK_I2C_ADDR);
79 ~NUNCHUCK();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnunchuck.cxx47 upm::NUNCHUCK *nunchuck = new upm::NUNCHUCK(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DNUNCHUCKSample.java39 upm_nunchuck.NUNCHUCK nunchuck = new upm_nunchuck.NUNCHUCK(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dnunchuck.js31 var nunchuck_obj = new nunchuck_lib.NUNCHUCK(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dnunchuck.py28 myNunchuck = upmNunchuck.NUNCHUCK(0)