Skip to content
forked from jytong/mpu6050Pi

MPU6050 DMP driver for Raspberry Pi. Add a simple C++ interface, easy to use.

Notifications You must be signed in to change notification settings

areful/mpu6050Pi

 
 

Repository files navigation

mpu6050Pi

MPU6050 driver for Raspberry Pi.

Originate from Embedded MotionDriver 5.1.

Now can use in Raspberry Pi.

Add a simple C++ interface, and a little extension.

Need library i2c-dev

to install: $sudo apt-get update $sudo apt-get upgrade $sudo apt-get install libi2c-dev $sudo apt-get install i2c-tools $./configure $make $sudo make install

Default install to /usr/local/include and /usr/local/lib

run example: cd ./example $./configure $make sudo ./dmptest

by Jiang YuTong

About

MPU6050 DMP driver for Raspberry Pi. Add a simple C++ interface, easy to use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.7%
  • Makefile 16.2%
  • Shell 14.4%
  • C++ 10.3%
  • M4 0.4%