Skip to content

Commit

Permalink
Merge branch 'sfx6xxx_2.3.1_20240422_1355' into 'master'
Browse files Browse the repository at this point in the history
Generate SFx6xxx driver from SFx6xxx model version 2.3.1

See merge request Sensirion/Python/python-i2c-sfx6xxx!2
  • Loading branch information
sdmueller committed Apr 22, 2024
2 parents 1811469 + 66072ee commit 9eccefb
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-4-22

### Added

- Initial release

[Unreleased]: https://github.com/Sensirion/python-i2c-sfx6xxx/compare/1.0.0...HEAD
[1.0.0]: https://github.com/Sensirion/python-i2c-sfx6xxx/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion examples/example_usage_linux_sfx6xxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator: sensirion-driver-generator 0.40.1
# Product: sfx6xxx
# Model-Version: 2.3.0
# Model-Version: 2.3.1
#

import argparse
Expand Down
2 changes: 1 addition & 1 deletion examples/example_usage_sensorbridge_sfx6xxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator: sensirion-driver-generator 0.40.1
# Product: sfx6xxx
# Model-Version: 2.3.0
# Model-Version: 2.3.1
#

import argparse
Expand Down
6 changes: 3 additions & 3 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
generator_version: 0.40.1
model_version: 2.3.0
model_version: 2.3.1
dg_status: released
is_manually_modified: true
is_manually_modified: false
first_generated: '2023-10-17 13:54'
last_generated: '2024-04-22 06:10'
last_generated: '2024-04-22 13:55'
2 changes: 1 addition & 1 deletion sensirion_i2c_sfx6xxx/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator: sensirion-driver-generator 0.40.1
# Product: sfx6xxx
# Model-Version: 2.3.0
# Model-Version: 2.3.1
#
"""
The transfer classes specify the data that is transferred between host and sensor. The generated transfer classes
Expand Down
2 changes: 1 addition & 1 deletion sensirion_i2c_sfx6xxx/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator: sensirion-driver-generator 0.40.1
# Product: sfx6xxx
# Model-Version: 2.3.0
# Model-Version: 2.3.1
#
"""
The class Sfx6xxxDeviceBase implements the low level interface of the sensor.
Expand Down
2 changes: 1 addition & 1 deletion sensirion_i2c_sfx6xxx/result_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator: sensirion-driver-generator 0.40.1
# Product: sfx6xxx
# Model-Version: 2.3.0
# Model-Version: 2.3.1
#
"""
The signal classes specify transformations of the raw sensor signals into a meaningful units.
Expand Down
2 changes: 1 addition & 1 deletion sensirion_i2c_sfx6xxx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function

version = "0.1.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion tests/test_sfx6xxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator: sensirion-driver-generator 0.40.1
# Product: sfx6xxx
# Model-Version: 2.3.0
# Model-Version: 2.3.1
#

import pytest
Expand Down

0 comments on commit 9eccefb

Please sign in to comment.