mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
31 lines
682 B
Markdown
31 lines
682 B
Markdown
|
# Change Log RS485
|
||
|
|
||
|
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.2.3] - 2022-11-23
|
||
|
- add changelog.md
|
||
|
- add RP2040 to build-CI
|
||
|
- remove version from ASCII_CONTROL
|
||
|
- update keywords.txt
|
||
|
- minor edits
|
||
|
|
||
|
|
||
|
## [0.2.2] - 2022-05-25
|
||
|
- rewrite blocking write(uint8_t \* array, length).
|
||
|
- added write(char \* array, length). (convenience)
|
||
|
|
||
|
## [0.2.1] - 2022-05-24
|
||
|
- add setTXmode(), setRXmode(), getMode().
|
||
|
|
||
|
## [0.2.0] - 2022-05-24
|
||
|
- first published version
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.x] - 2017-10-30
|
||
|
- experimental versions.
|