mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
|
# Change Log AD985X
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||
|
|
||
|
|
||
|
## [0.3.4] - 2022-10-25
|
||
|
- add changelog.md
|
||
|
- add RP2040 in build-CI
|
||
|
- add URL to examples
|
||
|
|
||
|
|
||
|
## [0.3.3] - 2021-12-10
|
||
|
- update library.json, license, readme.md
|
||
|
- fix reset() for ESP32 hardware SPI
|
||
|
|
||
|
## [0.3.2] - 2021-10-16
|
||
|
- update Arduino-CI
|
||
|
|
||
|
## [0.3.1] - 2021-08-25
|
||
|
- VSPI / HSPI support for ESP32
|
||
|
- faster software SPI
|
||
|
- minor optimizations / refactor
|
||
|
|
||
|
## [0.3.0] - 2021-06-06
|
||
|
- fix factory bit mask
|
||
|
- add new examples
|
||
|
- some refactor
|
||
|
- added multi device document
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.2.2] - 2021-01-24
|
||
|
- add manual updating frequency
|
||
|
- get- setManualFQ_UD(), update()
|
||
|
- inverted SELECT line as preparation for multi-device.
|
||
|
|
||
|
## [0.2.1] - 2021-01-10
|
||
|
- add get- and setARCCutOffFreq()
|
||
|
|
||
|
## [0.2.0] - 2020-12-28
|
||
|
- major refactor class hierarchy + float frequency
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.2] - 2020-12-27
|
||
|
- add setAutoMode() + offset
|
||
|
|
||
|
## [0.1.1] - 2020-12-09
|
||
|
- add Arduino-CI
|
||
|
|
||
|
## [0.1.0] - 2019-03-19
|
||
|
- initial version
|
||
|
|