Skip to content

Latest commit

 

History

History
executable file
·
50 lines (28 loc) · 957 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
50 lines (28 loc) · 957 Bytes

Changelog

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.

[0.2.2] - 2020-09-17

Changed

  • Update code and samples for compatibility with Mbed OS 6.3.

[0.2.1] - 2020-02-15

Changed

  • Update code and samples for compatibility with Mbed OS 5.15.

[0.2.0] - 2019-10-08

Added

  • Added optional parameter start to L3GD20Gyroscope::init method that allows to specify initial sensor state.

[0.1.2] - 2019-09-14

Fixed

  • Fixed typos in the comments.

Minor

  • Checked compatibility with Mbed OS 5.13.

[0.1.1] - 2019-02-16

Added

  • Added tests

Fixed

  • Fixed example with FIFO and interrupts usage

[0.1.0] - 2018-08-26

Added

  • Added basic API for an gyrospoce usages
  • Added examples of the gyrospoce usage