gustavors88 / MPU6050

A simple Arduino / Teensy library for the Invensense MPU605 Inertial Measurement Unit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a simple Arduino library for bare-bones interaction with the Invensense MPU6050 Inertial Measurement Unit (IMU). Unlike more sophisticated MPU6050 libraries, this one has just two methods:

  • begin(), allowing you to specify the acceleromter and gyroscope ranges

  • getMotion6Counts(), wich outputs the raw X,Y,Z values for the accelerometer and gyroscope

I have tested this library with an Arduino Uno, Teensy 3.2, and Teensy 3.6.

About

A simple Arduino / Teensy library for the Invensense MPU605 Inertial Measurement Unit

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%