Crates.io | icm20948_driver |
lib.rs | icm20948_driver |
version | 0.2.0 |
source | src |
created_at | 2022-07-28 22:06:18.388141 |
updated_at | 2022-08-10 17:37:24.631633 |
description | Device agnostic driver for the ICM-20948 IMU (inertial measurement unit) |
homepage | |
repository | https://github.com/Zolkin1/icm20948_driver |
max_upload_size | |
id | 634703 |
size | 103,342 |
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.
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.