mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
50 lines
1.0 KiB
Markdown
50 lines
1.0 KiB
Markdown
# 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/).
|
|
|
|
|
|
## [ 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)
|
|
|