-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sht4x_2.1.1_20240411_1411' into 'master'
Generate SHT4x driver from SHT4X model version 2.1.1 See merge request MSO-SW/drivers/raspberry-pi/raspberry-pi-i2c-sht4x!5
- Loading branch information
Showing
10 changed files
with
124 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/sht4x_i2c_example_usage | ||
/example-usage/sht4x_i2c_example_usage | ||
/tests/sht4x_test_hw_i2c | ||
/tests/sht4x_test_sw_i2c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,30 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
# CHANGELOG | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [Unreleased] | ||
## [1.1.0] - 2024-4-10 | ||
|
||
Updated README | ||
Moved example to subfolder | ||
Added more specific defines for the I2C Addresses of different SHT4x sensors in the sht4x_i2c header. | ||
The I2C address must now be configured with sht4x_init() before communicating with the sensor. | ||
### Fixed | ||
|
||
- Fix colliding definitions with other Sensirion sensor drivers | ||
## [1.0.0] - 2024-3-14 | ||
|
||
## [0.1.0] - 2021-07-27 | ||
### Changed | ||
|
||
Initial release | ||
- Defined I2C addresses for different sensor models. You must now pass the I2C address to use in the begin() method of SensirionI2cSht4x | ||
- Improved README | ||
## [0.1.0] - 2021-7-27 | ||
|
||
### Added | ||
|
||
- Add product picture | ||
- Add interfaces to start, stop and read measurements. | ||
- Add interfaces to read product name, serial number and version | ||
|
||
[Unreleased]: https://github.com/Sensirion/raspberry-pi-i2c-sht4x/compare/1.1.0...HEAD | ||
[1.1.0]: https://github.com/Sensirion/raspberry-pi-i2c-sht4x/compare/1.0.0...1.1.0 | ||
[1.0.0]: https://github.com/Sensirion/raspberry-pi-i2c-sht4x/compare/0.1.0...1.0.0 | ||
[0.1.0]: https://github.com/Sensirion/raspberry-pi-i2c-sht4x/releases/tag/0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
generator_version: 0.32.0 | ||
model_version: 2.0.0 | ||
generator_version: 0.40.0 | ||
model_version: 2.1.1 | ||
dg_status: | ||
- released | ||
is_manually_modified: true | ||
first_generated: '2021-07-06 13:50' | ||
last_generated: '2023-10-18 07:38' | ||
last_generated: '2024-04-11 14:11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.