Crates.io | icm20948-async |
lib.rs | icm20948-async |
version | 0.1.3 |
source | src |
created_at | 2023-10-08 19:57:18.185395 |
updated_at | 2023-10-12 15:51:53.224663 |
description | Async driver for the ICM20948 (Imu+Mag) for no_std environments |
homepage | |
repository | https://github.com/peterkrull/icm20948-async |
max_upload_size | |
id | 997418 |
size | 35,446 |
This driver crate for the ICM20948 uses the embedded-hal-async
traits to achieve completely non-blocking access to the ICM20948. The crate uses generics to automatically expose the relevant methods, when various hardware features are configured, for example when the magnetometer is enabled.
The current feature set is basic, but allows for reading the main sensors and writing the most important values. Below is the feature list, with supported features checked off. The rest are on the to-do list.