Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 868 Bytes

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 868 Bytes

Change Log AsyncAnalog

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.0] - 2024-04-06

  • change behaviour
    • cache lastValue as calculated by ready()
  • change uint16_t value() signature
  • update examples
  • update GitHub actions
  • minor edits

[0.1.6] - 2023-10-17

  • update readme.md
  • add changelog.md
  • minor edits

[0.1.5] - 2021-12-13

  • update library.json
  • update license
  • update readme.md

[0.1.4] - 2020-12-12

  • update Arduino CI
  • minor fixes

[0.1.3] - 2020-12-12

  • added Arduino CI
  • minor fixes

[0.1.2] - 2020-05-27

  • update library.json

[0.1.1] - 2020-03-26

  • minor refactor

[0.1.0] - 2018-09-05

  • initial version, based upon analogRead()