Skip to content

Releases: okalachev/flixperiph

1.8.0

17 Feb 14:17
Compare
Choose a tag to compare
  • Add IMU.status method to determine IMU error.

1.7.1

17 Feb 13:12
Compare
Choose a tag to compare

Full Changelog: 1.4.0...1.7.1

1.4.0

02 Apr 10:04
Compare
Choose a tag to compare
  • Rename setLogStream to setLogOutput.

1.3.0

02 Apr 10:03
Compare
Choose a tag to compare
  • Add errors logging to IMU library.

1.2.0

01 Apr 16:53
Compare
Choose a tag to compare
  • Support MPU6500 (with auto-detection).
  • Fix the example so it works with Serial Plotter.

1.1.1

01 Apr 16:23
Compare
Choose a tag to compare
  • Fix assigning default CS pin for SPI.

1.1.0

01 Apr 16:54
Compare
Choose a tag to compare
  • Add SBUS driver.

1.0.0

01 Apr 16:57
Compare
Choose a tag to compare
  • First version of Flix drivers based on Bolder Flight Invensense IMU library.
    • Change API style to Arduino style.
    • Add waitForData method.
    • Add getGyro, getAccel, getMag methods.
    • Set default SPI's CS pin automatically.
    • Add examples.