2022-11-02 11:52:32 +01:00
|
|
|
# Change Log DRV8825
|
|
|
|
|
|
|
|
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-09-17 10:17:04 +02:00
|
|
|
## [0.1.5] - 2023-09-14
|
|
|
|
- fix #9
|
|
|
|
- add example**DRV8825_reset_sleep.ino**
|
|
|
|
- update readme.md badges
|
|
|
|
- minor edits (internal variables)
|
|
|
|
|
|
|
|
|
2023-02-19 14:16:16 +01:00
|
|
|
## [0.1.4] - 2023-02-19
|
|
|
|
- fix keywords.txt
|
|
|
|
- add bool return value to enable, reset and sleep functions.
|
|
|
|
to indicate that these lines are defined or not.
|
|
|
|
- update readme.md
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- minor edits
|
|
|
|
|
2022-11-02 11:52:32 +01:00
|
|
|
## [0.1.3] - 2022-11-02
|
|
|
|
- add changelog.md
|
|
|
|
- add rp2040 to build-CI
|
|
|
|
- fix version number
|
|
|
|
|
|
|
|
## [0.1.2] - 2022-07-14
|
|
|
|
- add support for SLP RST and EN pin
|
|
|
|
- update documentation
|
|
|
|
- update build-CI
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-07-08 update readme.md
|
|
|
|
- add setPosition() + getPosition();
|
|
|
|
- minor optimizations
|
|
|
|
|
|
|
|
## [0.1.0] - 2022-07-07
|
|
|
|
- initial version
|
|
|
|
|