Skip to content

AHSPC/mpu9250

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: you should probably use the original repo. I only forked this to make a couple quick modifications and not loose track of them. They are not intended for upstreaming and this repo will not be kept up to date.

MPU9250 for MicroPython on the Raspberry Pi Pico

For more information, robotics projects and tutorials visit <www.smarsfan.com>


MPU9250

The MPU9250 combines both the MPU6500 and ak8963 libraries into a single wrapper library. The MPU6500 provides the accelerometer and gyroscopic measurements. The ak8963 provides the magnetometer measurements.


test.py is a test program to show current telemetry data from the sensor

simple_test.py is a simpler test program

ak8962.py is the magnetometer library, used by the mpu9250 library

mpu6500.py is the accelerometer and gyroscope library

mpu9250.py is the main library that comines all two libraries together

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%