1 unstable release

0.1.1 May 16, 2020

#19 in #imu

Download history 2/week @ 2023-11-20 93/week @ 2023-11-27 85/week @ 2023-12-04 7/week @ 2023-12-11 24/week @ 2023-12-18 1/week @ 2024-01-01 19/week @ 2024-01-08 12/week @ 2024-01-15 34/week @ 2024-01-29 40/week @ 2024-02-12 404/week @ 2024-02-26 74/week @ 2024-03-04

518 downloads per month
Used in 2 crates

BSD-3-Clause

19KB
353 lines

icm20689

A rust embedded-hal driver for the TDK InvenSense ICM-20689 6DOF accelerometer and gyroscope.

The ICM-20689 is a 6-axis motion tracking device that combines a 3-axis gyroscope, 3-axis accelerometer, and a motion processor. This driver supports some similar 6dof devices in the same family, such as:

  • ICM-20602
  • ICM-20608G

Status

  • Basic SPI support
  • Basic I2C support
  • Supported product identifier check
  • Read of gyro data
  • Read of accel data
  • Support for ICM-20608G (tested)
  • Support for ICM-20602 (implemented but untested)
  • Support for DMA with SPI
  • Tests with mock embedded hal
  • Usage example with cortex-m hal
  • Doc comments
  • CI
  • Support for user recalibration

Dependencies

~1MB
~12K SLoC