Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

A C++ / WiringPi library for the Invensense MPU9250 9-DOF Intertial Measurement Unit

License

Notifications You must be signed in to change notification settings

STMPNGRND/RPi_MPU9250

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspberryPi C++ API for Invensense MPU9250 Intertial Measurement Unit. Requires WiringPi. Adapted from Bolderflight's Teensy implementation, q.v. for details.

Quickstart:

% sudo make install

builds and installs the library libmpu9250.so in /usr/lib and the header libmpu9250.h in /usr/local/include.

% cd examples/Basic_I2C
% make
% ./Basic_I2C

Runs the basic I^2C example. Same procedure for the basic SPI example.

About

A C++ / WiringPi library for the Invensense MPU9250 9-DOF Intertial Measurement Unit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • Makefile 4.3%