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

92 lines
1.8 KiB
Markdown
Raw Normal View History

2022-10-17 04:40:05 -04:00
# Change Log MCP4725
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-01-16 11:33:16 -05:00
## [0.3.5] - 2023-01-17
- update GitHub actions
- update license
- fix #23 add note about RP2040
- add **MCP4725_MIDPOINT** constant
- minor edits
2022-10-17 04:40:05 -04:00
## [0.3.4] - 2022-10-17
- Add RP2040 support (kudos to intubun)
- Add RP2040 in build-CI
- Add changelog.md
2023-01-16 11:33:16 -05:00
## [0.3.3] - 2021-12-21
- update library.json,
2022-10-17 04:40:05 -04:00
- update license
- minor edits
2023-01-16 11:33:16 -05:00
## [0.3.2] - 2021-06-06
2022-10-17 04:40:05 -04:00
- Verify input of setPercentage()
2023-01-16 11:33:16 -05:00
## [0.3.1] - 2021-05-27
2022-10-17 04:40:05 -04:00
- Fix Arduino-CI / Arduino-lint
2023-01-16 11:33:16 -05:00
## [0.3.0] - 2021-01-15
2022-10-17 04:40:05 -04:00
- Add WireN support (e.g. teensy)
----
2023-01-16 11:33:16 -05:00
## [0.2.3] - 2020-12-26
- Arduino-CI,
- add bool isConnected(),
2022-10-17 04:40:05 -04:00
- update bool begin()
2023-01-16 11:33:16 -05:00
## [0.2.2] - 2020-07-05
2022-10-17 04:40:05 -04:00
- add get/setPercentage();
2023-01-16 11:33:16 -05:00
## [0.2.1] - 2020-07-04
- Add yield();
- add getLastWriteEEPROM();
2022-10-17 04:40:05 -04:00
- update readme.md
- update keywords.txt
2023-01-16 11:33:16 -05:00
## [0.2.0] - 2020-06-20
- use #pragma once;
- remove pre 1.0 support;
2022-10-17 04:40:05 -04:00
- refactor a lot
- rename RDY() -> ready()
----
2023-01-16 11:33:16 -05:00
## [0.1.9] - 2019-10-14
2022-10-17 04:40:05 -04:00
- replace AVR specific TWBR with \_wire->setClock() #131
2023-01-16 11:33:16 -05:00
## [0.1.8] - 2018-10-24
2022-10-17 04:40:05 -04:00
- fix read only variables #115 (kudos to perl1234)
2023-01-16 11:33:16 -05:00
## [0.1.7] - 2017-04-20
2022-10-17 04:40:05 -04:00
- refactor the removed timeout (Thanks to Koepel)
2023-01-16 11:33:16 -05:00
## [0.1.6] - 2017-04-19
2022-10-17 04:40:05 -04:00
- refactor
- remove timeout - https://github.com/RobTillaart/Arduino/issues/63
2023-01-16 11:33:16 -05:00
## [0.1.05] - 2015-03-06
2022-10-17 04:40:05 -04:00
- refactoring, stricter interfaces
2023-01-16 11:33:16 -05:00
## [0.1.04] - 2013-12-04
2022-10-17 04:40:05 -04:00
- improved the generalCall code (still experimental)
2023-01-16 11:33:16 -05:00
## [0.1.03] - 2013-12-01
2022-10-17 04:40:05 -04:00
- added powerDownMode code
2023-01-16 11:33:16 -05:00
## [0.1.02] - 2013-12-01
2022-10-17 04:40:05 -04:00
- added readEEPROM()
- added RDY()
2023-01-16 11:33:16 -05:00
## [0.1.01] - 2013-11-30
2022-10-17 04:40:05 -04:00
- added readDAC()
- added writeDAC(registerwrite)
## [0.1.00] - 2013-11-24
- initial version