Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 869 Bytes

Change Log ADC081S

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] - 2024-06-02

  • add support for ARDUINO_ARCH_MBED
  • minor edits

[0.2.1] - 2024-03-03

  • Fix #6, add example for SPI1
  • update GitHub/actions to v4 (build-CI)
  • minor edits

[0.2.0] - 2024-01-19

  • Fix #5, improve handling SPI dependency.
  • align pin names in constructor with datasheet

[0.1.2] - 2024-01-12

  • add support for ADC101S 10 bit series
  • add support for ADC121S 12 bit series
  • update readme.md
  • minor edits

[0.1.1] - 2024-01-12

  • add void lowPower() function
  • add void wakeUp() function
  • add bool isLowPower()
  • add example

[0.1.0] - 2024-01-10

  • initial version.