Crates.io | icm42688 |
lib.rs | icm42688 |
version | 0.2.0 |
source | src |
created_at | 2023-03-05 20:28:39.451101 |
updated_at | 2023-03-25 16:22:09.389127 |
description | An embedded-hal driver for the ICM-42688 6-axis IMU |
homepage | |
repository | https://github.com/oldsheep68/icm42688 |
max_upload_size | |
id | 801705 |
size | 117,272 |
An embedded-hal
driver for the ICM-42688 6-axis IMU.
While this device supports communication via I²C, SPI, and I3C, presently only I²C is supported. In its current state we are able to read the accelerometer, gyroscope, and temperature sensor data and perform basic configuration of the device. Reading packets from the FIFO is not currently supported.
If there is a feature which has not yet been implemented and which you are interested in, please feel free to open an issue and/or a pull request!
Examples can be found in the examples directory
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.