Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.14 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.0 - 2018-05-12

Changed

  • [breaking-change] moved to v0.2.0 of the embedded-hal traits. This crate now compiler on beta and stable.

v0.1.2 - 2018-02-19

Added

  • Methods to set and read the Output Data Rate (ODR) of the gyroscope.
  • Methods to set and read the bandwidth (low pass filter) of the gyroscope.
  • Methods to set and read the scale (sensitivity) of the gyroscope.
  • Method to read the status register of the gyroscope.

v0.1.1 - 2018-01-17

Changed

  • Tweaked the crate level documentation to point to examples and to point back to the embedded-hal crate.

v0.1.0 - 2018-01-17

Initial release