OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPU60X0
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu60x0.cxx
29
#include "
mpu60x0
.h"
35
MPU60X0
::
MPU60X0
(int bus, uint8_t address) :
62
MPU60X0
::~
MPU60X0
()
67
bool
MPU60X0
::init()
105
void
MPU60X0
::update()
139
uint8_t
MPU60X0
::readReg(uint8_t reg)
144
void
MPU60X0
::readRegs(uint8_t reg, uint8_t *buffer, int len)
149
bool
MPU60X0
::writeReg(uint8_t reg, uint8_t val
[
all
...]
mpu60x0.h
43
* @sensor
mpu60x0
44
* @comname
MPU60X0
3-axis Gyroscope and 3-axis Accelerometer
49
* @brief API for the
MPU60X0
3-axis Gyroscope and 3-axis Accelerometer
51
* The
MPU60X0
devices provide the world?s first integrated 6-axis
62
* @snippet
mpu60x0
.cxx Interesting
64
class
MPU60X0
{
70
// standalone
mpu60x0
.
79
*
MPU60X0
registers
657
*
mpu60x0
constructor
662
MPU60X0
(int bus=MPU60X0_I2C_BUS, uint8_t address=MPU60X0_DEFAULT_I2C_ADDR)
[
all
...]
Completed in 52 milliseconds