mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
21 lines
487 B
Markdown
21 lines
487 B
Markdown
# Change Log HC4067
|
|
|
|
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.1] - 2023-01-25
|
|
- fix bit mask
|
|
- removed return value **setCHannel()** as makes no sense.
|
|
- updated readme.md.
|
|
- add example HC4067_performance.ino
|
|
- add example HC4067_16_buttons.ino
|
|
- minor edits.
|
|
|
|
|
|
## [0.1.0] - 2023-01-25
|
|
- initial version
|
|
|