ceyhunsen / mpu925x-driver

Platform independent driver for MPU-9250 and MPU-9255 sensors.

Home Page:http://mpu925x-driver.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This directory includes platform independent device driver for MPU-9250 and MPU-9255 sensors, written in C with C99 standard.

Some of the features are:

  • Read raw/converted sensor data
  • Configure sensor/driver
  • Enable/disable interrupts
  • Platform independent interfaces
  • Separate and independent compilation units for configurable binary size

Documentation

Documentation is available online at mpu925x-driver.readthedocs.io. For creating a local version, see docs/README.md.

License

This project is licensed under GNU Lesser General Public License v3.0.

About

Platform independent driver for MPU-9250 and MPU-9255 sensors.

http://mpu925x-driver.rtfd.io/

License:GNU Lesser General Public License v3.0


Languages

Language:C 98.7%Language:Makefile 1.3%