2024-04-09 10:41:53 -04:00
|
|
|
# Change Log BH1750FVI
|
2022-10-29 08:25:01 -04:00
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2024-04-09 10:41:53 -04:00
|
|
|
##[0.3.1] - 2024-04-09
|
|
|
|
- update GitHub actions
|
|
|
|
- update URL in examples
|
|
|
|
- update keywords.txt
|
|
|
|
- fix CHANGELOG.md
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2023-10-18 10:41:42 -04:00
|
|
|
##[0.3.0] - 2023-10-18
|
|
|
|
- simplify constructor / begin()
|
|
|
|
- update examples
|
|
|
|
- add Wire1 specific example
|
|
|
|
- moved code from .h to .cpp
|
|
|
|
- update readme.md
|
|
|
|
- update keywords.txt
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2022-10-29 08:25:01 -04:00
|
|
|
## [0.2.10] - 2022-10-28
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
- update unit test
|
|
|
|
|
|
|
|
##[0.2.9] - 2021-12-14
|
|
|
|
- update library.json
|
|
|
|
- update license
|
|
|
|
|
|
|
|
##[0.2.8] - 2021-10-19
|
|
|
|
- update Arduino-CI
|
|
|
|
- add badges in readme.md
|
|
|
|
|
|
|
|
##[0.2.7] - 2021-06-08
|
|
|
|
- add unit tests
|
|
|
|
- improved correction factor code
|
|
|
|
|
|
|
|
##[0.2.6] - 2021-01-16
|
|
|
|
- add reset()
|
|
|
|
|
|
|
|
##[0.2.5] - 2020-12-12
|
|
|
|
- add Arduino-CI and unit tests
|
|
|
|
|
|
|
|
##[0.2.4] - 2020-11-27
|
|
|
|
- fix #10 rename \_sensitivityFactor for ESP32
|
|
|
|
|
|
|
|
##[0.2.3] - 2020-09-04
|
|
|
|
- implement wavelength compensation
|
|
|
|
|
|
|
|
##[0.2.2] - 2020-09-04
|
|
|
|
- implement temperature compensation
|
|
|
|
|
|
|
|
##[0.2.1] - 2020-08-31
|
|
|
|
- implement angle factor
|
|
|
|
|
|
|
|
##[0.2.0] - 2020-08-18
|
|
|
|
- implement logic for LOW & HIGH2
|
|
|
|
- implement correction factor
|
|
|
|
- add examples
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.1.4] - 2020-08-14
|
|
|
|
- clean up tabs/spaces
|
|
|
|
|
|
|
|
## [0.1.3] - 2020-06-05
|
|
|
|
- fix library.json
|
|
|
|
|
|
|
|
## [0.1.2] - 2020-03-29
|
|
|
|
- unique name in repo
|
|
|
|
- new release tag
|
|
|
|
|
|
|
|
## [0.1.1] - 2020-03-28
|
|
|
|
- refactor
|
|
|
|
|
|
|
|
## [0.1.0] - 2020-02-02
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
----
|
|
|
|
|