mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
62 lines
1.1 KiB
Markdown
62 lines
1.1 KiB
Markdown
# Change Log PulsePattern
|
|
|
|
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.6] - 2022-11-22
|
|
- add changelog.md
|
|
- add RP2040 to build-CI (commented as non AVR is not supported yet)
|
|
|
|
|
|
## [0.1.5] - 2022-03-10
|
|
- add times to start(), 0 = continuous mode
|
|
|
|
## [0.1.4] - 2021-12-24
|
|
- update library.json, license, minor edits
|
|
|
|
## [0.1.3] - 2021-01-06
|
|
- Arduino-CI (no unit test)
|
|
|
|
## [0.1.2] - 2020-08-07
|
|
- speed up toggle pin
|
|
- get/setFactor()
|
|
|
|
## [0.1.1] - 2020-07-04
|
|
- add continue function
|
|
- fix spaces.
|
|
|
|
## [0.1.0] - 2020-06-19
|
|
- #pragma once
|
|
- remove pre 1.0 support
|
|
- refactor
|
|
|
|
----
|
|
|
|
## [0.0.8] - 2018-12-13
|
|
- refactor -> remove some warnings
|
|
|
|
## [0.0.7] - 2017-07-16
|
|
- refactor & review
|
|
|
|
## [0.0.6] - 2015-04-18
|
|
- completed the state machine
|
|
|
|
## [0.0.5] - 2012-12-27
|
|
- code clean up + comment
|
|
|
|
## [0.0.4] - 2012-12-27
|
|
- code stable(?) enough to publish
|
|
|
|
## [0.0.3] - 2012-12-27
|
|
- renamed to PulsePattern
|
|
|
|
## [0.0.2] - 2012-11-23
|
|
- adapted a static PPO
|
|
|
|
## [0.0.1] - 2012-11-23
|
|
- initial version
|
|
|