niru-5 / imusensor

Python library for communication between raspberry pi and MPU9250 imu
MIT License
103 stars 32 forks source link

fix: correct command to set internal low pass filter in README #11

Closed jdgalviss closed 3 years ago

jdgalviss commented 3 years ago

As explained in issue #10 , when running the command defined in the README to set the internal low pass filter, the following error was obtained: global name 'AccelLowPassFilter184' is not defined This is easily fixed by adding quotes.