Coder Social home page Coder Social logo

stm32_mpu9250_spi_hal_lib's Introduction

stm32_mpu9250_spi_hal_lib

v1.1.1
2021/12/17
fix some possible problem about data type

v1.1.0
2021/12/13
Add function:
void MPU9250_ReadData(MPU9250* mpu)

v1.0.0
2021/12/13
Now it can be used on stm32 through hal lib, please check more details in example/c8t6_mpu9250.
It is my old GY-91's problem that makes me can not finish this lib.
Before using GY-91 module, please check weather your module MPU9250's WHO_AM_I register has the value 0x71 or 0x73 through my lib.
If not, It suppose to be MPU6500, instead of MPU9250, which doesn't have AK8963 inside.

v0.9.0
2021/12/10
wait to verify lib. It is able to read Accel and Gyro data now.


details

Callable function

type name
uint8_t mpu_r_ak963_WhoAmI(MPU9250 *mpu)
uint8_t mpu_r_WhoAmI(MPU9250 *mpu)
uint8_t MPU9250_Init(MPU9250 *mpu)
void MPU9250_ReadAccel(MPU9250 *mpu)
void MPU9250_ReadGyro(MPU9250 *mpu)
void MPU9250_ReadMag(MPU9250 *mpu)
void MPU9250_ReadData(MPU9250 *mpu)

please check file lib/mpu9250.c for more details


Author

contact me by email [email protected]

stm32_mpu9250_spi_hal_lib's People

Contributors

sin1111yi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.