Update lib.rs
Tiny spelling error correction
This commit is contained in:
parent
25a0b45b46
commit
290ce95fb7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ use embedded_hal::{
|
||||||
pub const PI: f32 = 3.14159265358979323846;
|
pub const PI: f32 = 3.14159265358979323846;
|
||||||
/// Gyro Sensitivity
|
/// Gyro Sensitivity
|
||||||
pub const FS_SEL: (f32, f32, f32, f32) = (131., 65.5, 32.8, 16.4);
|
pub const FS_SEL: (f32, f32, f32, f32) = (131., 65.5, 32.8, 16.4);
|
||||||
/// Calcelerometer Sensitivity
|
/// Accelerometer Sensitivity
|
||||||
pub const AFS_SEL: (f32, f32, f32, f32) = (16384., 8192., 4096., 2048.);
|
pub const AFS_SEL: (f32, f32, f32, f32) = (16384., 8192., 4096., 2048.);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue