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

53 lines
1.1 KiB
Markdown
Raw Normal View History

2022-11-22 07:46:07 -05:00
# Change Log PinOutGroup
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/).
2023-11-15 05:51:39 -05:00
## [ 0.1.8] - 2023-11-15
- update readme.md
2022-11-22 07:46:07 -05:00
## [ 0.1.7] - 2022-11-22
- add changelog.md
- add RP2040 to build-CI
- add PINOUTGROUP_ERROR_PIN
- update unit test
- obsolete getIdx()
## [0.1.6] - 2021-12-23
- update library.json
- update license
- minor edits
## [0.1.5] - 2021-11-13
- update Arduino-CI
- update readme.md - badges.
- fix version numbers and history
- fix bug in allHIGH()
- renamed variables for readability
- add getIndex() to replace getIdx(),
- add getMaxSize(),
## [0.1.4] - 2021-01-22
- ?
## [0.1.3] - 2021-01-05
- add Arduino-CI + unit test
## [0.1.2] - 2020-06-19
- fix library.json
## [0.1.1] - 2020-05-19
- main refactor;
- added tests
- added clear();
- added write(idx, value)
- renamed set to write() to be in line with digitalWrite()
## [0.1.0] - 20-08-2017
- initial version (based upon experimental pinGroup)