Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
/ TinyMPU6050 Public archive

Tiny implementation for MPU6050 focusing on performance and accuracy

License

Notifications You must be signed in to change notification settings

gabriel-milan/TinyMPU6050

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMPU6050

Build Status

Inspired by tockn's library simplicity and ease of use, this implementation focuses on performance and accuracy while still being lightweight.

You're more than welcome to collaborate!

Warning

While in calibration mode, DO NOT MOVE the sensor.

Disclaimer

  • Temperature isn't covered by this library (my personal choice);
  • It's ALWAYS in development