Skip to content

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

License

Notifications You must be signed in to change notification settings

gustavors88/MPU6050

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages