GY-63_MS5611/libraries/ADS1x15/CHANGELOG.md

118 lines
2.2 KiB
Markdown
Raw Normal View History

2022-03-15 10:40:30 -04:00
# Change Log
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/).
2022-06-21 04:53:30 -04:00
2023-09-14 05:34:36 -04:00
## [0.3.12] - 2023-09-11
2023-03-31 08:32:54 -04:00
- update and add examples
2023-09-14 05:34:36 -04:00
- add **getLastRequest()** to track last type of measurement.
- update readme.md
- minor edits.
2023-03-31 08:32:54 -04:00
2023-08-31 11:53:34 -04:00
## [0.3.11] - 2023-08-31
- update readme.md
- move code from .h to .cpp
- reordered code in .cpp to follow .h
- minor edits
2023-06-13 07:23:03 -04:00
## [0.3.10] - 2023-06-07
- fix NANO RP2040
- update and add examples
- minor edits
2023-01-21 05:46:58 -05:00
## [0.3.9] - 2023-01-21
- update GitHub actions
- update license 2023
- update readme.md
- minor edits
2022-10-17 05:10:46 -04:00
## [0.3.8] - 2022-10-17
- add RP2040 support (kudos to intubun)
- simplified changelog.md
2022-06-21 04:53:30 -04:00
2022-10-17 05:10:46 -04:00
## [0.3.7] - 2022-06-21
2023-08-31 11:53:34 -04:00
- fix ESP32 Wire.begin data type
2022-06-21 04:53:30 -04:00
2022-03-15 10:40:30 -04:00
## [0.3.6] - 2022-03-10
2022-10-17 05:10:46 -04:00
- add CHANGELOG.md: moved history in ADS1x15.cpp to this file.
2022-03-15 10:40:30 -04:00
- add default parameters for single channel devices.
- **readADC(uint8_t pin = 0);**
- **requestADC(uint8_t pin = 0);**
2022-10-17 05:10:46 -04:00
- add two examples for the **ADS1114** (single channel devices)
2022-03-15 10:40:30 -04:00
- update readme.md.
## [0.3.5] - 2022-01-21
- fix #36 support for Nano Every
## [0.3.4] - 2021-12-11
- add unit test constants.
2023-01-21 05:46:58 -05:00
- update library.json, license,
2022-10-17 05:10:46 -04:00
- minor edits including layout
2022-03-15 10:40:30 -04:00
## [0.3.3] - 2021-10-17
- update build-CI (esp32), readme.md, keywords.txt
## [0.3.2] - 2021-10-07
- added examples
2023-01-21 05:46:58 -05:00
- update readme
- fix build-CI;
2022-03-15 10:40:30 -04:00
## [0.3.1] - 2021-04-25
2023-01-21 05:46:58 -05:00
- add get/setClock() for Wire speed
2022-10-17 05:10:46 -04:00
- add reset()
- fix issue #22
2022-03-15 10:40:30 -04:00
## [0.3.0] - 2021-03-29
- add Wire parameter to constructors.
2022-10-17 05:10:46 -04:00
----
2022-03-15 10:40:30 -04:00
### 0.2.7 - 2020-09-27
- redo readRegister()
- getValue()
- getError()
### [0.2.6] - 2020-09-01
- fix #12
- fix getMaxVoltage
- refactor
### [0.2.5] - 2020-08-26
- add missing readADC_Differential_X_X()
### [0.2.4] - 2020-08-26
- check readme.md and minor fixes
### [0.2.3] - 2020-08-20
- add comparator code
- add async mode
### [0.2.2] - 2020-08-18
- add begin(sda, scl) for ESP32
### [0.2.1] - 2020-08-15
- fix issue #2 gain
### [0.2.0] - 2020-04-08
2023-01-21 05:46:58 -05:00
- initial release;
2022-03-15 10:40:30 -04:00
- refactor ad fundum;
2022-10-17 05:10:46 -04:00
----
2022-03-15 10:40:30 -04:00
### [0.1.0] - 2017-07-31
2023-01-21 05:46:58 -05:00
- removed pre 1.0 support;
2022-10-17 05:10:46 -04:00
- added getVoltage
2022-03-15 10:40:30 -04:00
### [0.0.1] - 2013-03-24
- first working version
### [0.0.0] - 2013-03-24
- initial version