Skip to content

A simple Arduino library for communicating with MPU6050

Notifications You must be signed in to change notification settings

rahulknns/MPU_6050

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPU_6050

A simple Arduino library for communicating with MPU6050. Provides only the basic features used by most people. Note: This codebase depends on a base class which is included as submodule, So don't forget to clone the submodule too.

Important Note: The library is designed to throw error message using serial port. It is necessary to initialise both serial and wire object before calling the begin function.

Usage:

  • Examples can be found in the examples/ folder.
  • Detailed API Usage documentation can be found here.

About

A simple Arduino library for communicating with MPU6050

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages