tuupola / micropython-mpu9250

MicroPython I2C driver for MPU9250 9-axis motion tracking device
MIT License
141 stars 47 forks source link

Add support for low pass filters #2

Closed tuupola closed 5 years ago

tuupola commented 6 years ago

Initialization via constructor.

tuupola commented 5 years ago

Filters do not belong here. They should be external.