Docs.rs
icm20689-0.1.1
icm20689 0.1.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
tstellanova
Dependencies
cortex-m ^0.6.2
normal
embedded-hal ^0.2.3
normal
panic-rtt-core ^0.1.0
normal
optional
embedded-hal-mock ^0.7.1
dev
Versions
78.38%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
icm20689
0.1.1
All Items
Crate Items
Structs
Enums
Traits
Crate
icm20689
Copy item path
Source
Structs
§
Builder
I2cInterface
ICM20689
SpiInterface
This combines the SPI peripheral and associated control pins such as:
Enums
§
Accel
Range
The accelerometer has a user-programmable accelerometer full-scale range of ±2g, ±4g, ±8g, and ±16g. (g is gravitational acceleration: 9.82 m/s^2) The numeric values of these enums correspond to AFS_SEL
Error
Errors in this crate
Gyro
Range
The gyroscope has a programmable full-scale range of ±250, ±500, ±1000, or ±2000 degrees/sec.
Traits
§
Sensor
Interface
A method of communicating with the sensor