juliangaal / mpu6050

MPU6050 embedded-hal driver written in Rust
https://crates.io/crates/mpu6050
MIT License
50 stars 31 forks source link

add sample rate divider and digital lowpass filter register adresses #19

Closed timkoning17 closed 3 years ago

timkoning17 commented 3 years ago

add sample rate divider and digital lowpass filter register adresses to the the enum Registers

juliangaal commented 3 years ago

Can you point me to the docs to enable the low pass filter as well?

EDIT: I completely restructured the device file, and this is no longer necessary. Thanks!