2022-11-12 09:43:08 -05:00
|
|
|
# Change Log I2C_ASDX
|
|
|
|
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-12-05 12:04:41 -05:00
|
|
|
## [0.4.0] - 2023-12-05
|
|
|
|
- refactor API, begin()
|
|
|
|
- update readme.md
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2023-09-22 14:53:43 -04:00
|
|
|
## [0.3.4] - 2023-09-22
|
|
|
|
- add Wire1 support for ESP32
|
|
|
|
- update readme.md
|
|
|
|
- removed **available()** => **isConnected()**
|
|
|
|
- removed commented converters from .h file.
|
|
|
|
|
2023-01-12 13:55:08 -05:00
|
|
|
## [0.3.3] - 2023-01-12
|
|
|
|
- fix keywords
|
|
|
|
- add getAddress() - debugging
|
|
|
|
- update readme.md
|
|
|
|
- obsolete available()
|
|
|
|
- update examples, add isConnected example.
|
|
|
|
- fix changelog.md
|
|
|
|
- update GitHub actions
|
|
|
|
- update license
|
|
|
|
|
|
|
|
## [0.3.2] - 2022-11-12
|
2022-11-12 09:43:08 -05:00
|
|
|
- add changelog.md
|
|
|
|
- add RP2040 to build-CI
|
|
|
|
- clean unit test a bit
|
|
|
|
- minor edits
|
|
|
|
|
2023-01-12 13:55:08 -05:00
|
|
|
## [0.3.1] - 2021-12-19
|
|
|
|
- update library.json, license, minor edits
|
2022-11-12 09:43:08 -05:00
|
|
|
|
|
|
|
## [0.3.0] - 2021-06-07
|
|
|
|
- add multiWire interface
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.2.3 - 2021-06-06
|
|
|
|
- add different units to read pressure
|
|
|
|
|
|
|
|
## [0.2.2 - 2020-12-29
|
|
|
|
- add Arduino-CI + unit test (minimal)
|
|
|
|
- update keywords
|
|
|
|
|
|
|
|
## [0.2.1 - 2020-07-04
|
|
|
|
- add getBar(), getMilliBar(), getPSI()
|
|
|
|
|
|
|
|
## [0.2.0 - 2020-03-18
|
|
|
|
- refactor
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.1.0] - 2013-11-14
|
|
|
|
- initial version
|
|
|
|
|