mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.2 KiB
1.2 KiB
Change Log I2C_ASDX
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.4.0] - 2023-12-05
- refactor API, begin()
- update readme.md
- minor edits
[0.3.4] - 2023-09-22
- add Wire1 support for ESP32
- update readme.md
- removed available() => isConnected()
- removed commented converters from .h file.
[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
- add changelog.md
- add RP2040 to build-CI
- clean unit test a bit
- minor edits
[0.3.1] - 2021-12-19
- update library.json, license, minor edits
[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