• Stars
    star
    117
  • Rank 301,828 (Top 6 %)
  • Language
    C++
  • Created over 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MPU6050/MPU6500/MPU9150/MPU9250 over I2c for Arduino

ArduinoMotionSensorExample

MPU6050/MPU6500/MPU9150/MPU9250 over I2c for Arduino

A clean example of using INV_MPU library on Arduino. Tested on Atmega328.

Features:

When compiling please ensure one of the following is defined (see Makefile)

  • #define MPU6050
  • #define MPU9150
  • #define MPU6500
  • #define MPU9250

This has been tested using Arduino 1.0.5 libraries and a few variants of Arduino Pro Mini boards.