GY-63_MS5611/libraries/ADC08XS/CHANGELOG.md

29 lines
618 B
Markdown
Raw Normal View History

2024-01-15 04:22:38 -05:00
# Change Log ADC08XS
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/).
2024-03-03 07:37:27 -05:00
## [0.2.1] - 2024-03-03
- Fix #6, add example for SPI1
- update Github/actions to v4 (build-CI)
- minor edits
2024-01-19 09:02:17 -05:00
## [0.2.0] - 2024-01-19
- Fix #4, improve SPI dependency
----
2024-01-16 11:17:25 -05:00
## [0.1.1] - 2024-01-16
- add **int deltaRead(chanA, chanB)**
- add example **ADC08XS_deltaRead.ino**
- fix select pin in **ADC08XS_read.ino**
- update readme.md
2024-01-15 04:22:38 -05:00
## [0.1.0] - 2024-01-13
- initial version.