mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
41 lines
748 B
Markdown
41 lines
748 B
Markdown
# 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/).
|
|
|
|
|
|
## [0.3.2]
|
|
- add changelog.md
|
|
- add RP2040 to build-CI
|
|
- clean unit test a bit
|
|
- minor edits
|
|
|
|
|
|
## [0.3.0] - 2021-06-07
|
|
- add multiWire interface
|
|
|
|
## [0.3.1] - 2021-12-19
|
|
- update library.json, license, minor edits
|
|
|
|
----
|
|
|
|
## [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
|
|
|