Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.08 KB

Changelog

v4.0.4

  • Fixed bug where VN-300 SetCompassBaseline was expecting a matrix instead of a vector

v4.0.3

  • Updated core to 3.1.3

v4.0.2

  • Updated core to 3.1.2

v4.0.1

  • Updated core to support MMOD

v4.0.0

  • Removed dependency on Eigen and Units library

v3.1.0

  • Added default constructor and a Config method to configure the sensor

v3.0.1

  • Fixing issue in library.properties

v3.0.0

  • Updated to support CMake and Arduino builds

v2.0.3

  • Updated to use mcu-support repo

v2.0.2

  • Updated tooling for Teensy 4.1
  • Updated Vn100, Vn200, and Vn300 Begin methods to check for a valid serial number to verify communication. Also checks the model (i.e. VN-300) to ensure the correct object is being used for the sensor.

v2.0.1

  • Updated tooling to support Teensy 4.x

v2.0.0

  • Updated namespace to bfs
  • Updated to support units v3.1.0

v1.0.2

  • Updated to support core v2.0.4 and units v2.0.0
  • Pulling in sources from GitHub

v1.0.1

  • Updated to support Teensy 4.x

v1.0.0

  • Initial baseline