icm20948_driver

Crates.ioicm20948_driver
lib.rsicm20948_driver
version0.2.0
sourcesrc
created_at2022-07-28 22:06:18.388141
updated_at2022-08-10 17:37:24.631633
descriptionDevice agnostic driver for the ICM-20948 IMU (inertial measurement unit)
homepage
repositoryhttps://github.com/Zolkin1/icm20948_driver
max_upload_size
id634703
size103,342
Zach Olkin (Zolkin1)

documentation

README

ICM-20948 IMU Device Driver

This is a device-agnostic ICM-20948 (Inertial Measurement Unit) device driver.

The source code can be found on github.

The data sheet for this device can be found here.

See the documentation for current limitations and future plans.

Please create an issue on github or contact me if there are issues that need to be resolved.

Getting Started

The examples folder contains a number of examples to help you use the driver including a basic example, an example using the raw data interrupt, and an example using RTIC. All the examples are in both SPI and I2C.

Commit count: 28

cargo fmt