Skip to content

Commit

Permalink
Merge branch 'psachs-master-patch-51033' into 'master'
Browse files Browse the repository at this point in the history
Change name of SVM41 to SVM4x

See merge request RD-HW/Phoenix/python-i2c-svm4x!3
  • Loading branch information
psachs committed Jun 15, 2023
2 parents f0d4086 + 2cfcd9e commit b1a7227
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Python Driver for Sensirion SVM41 Evaluation Kit
# Python Driver for Sensirion SVM4x Evaluation Kit

This repository contains the Python driver to communicate with the Sensirion
SVM41 Evaluation Kit using the I²C interface. For details, please read the
SVM4x Evaluation Kit using the I²C interface. For details, please read the
package description in [README.rst](README.rst).

The SVM4x evaluation kit covers evaluation of the SGP40 and SGP41 sensors.

## Usage

See package description in [README.rst](README.rst) and user manual at
https://sensirion.github.io/python-i2c-svm41/.
https://sensirion.github.io/python-i2c-svm4x/.

## Development

Expand Down Expand Up @@ -46,7 +48,7 @@ pytest # Run all tests

The tests with the marker `needs_device` have following requirements:

- An SVM41 device must be connected to a
- An SVM4x device must be connected to a
[SensorBridge](https://www.sensirion.com/sensorbridge/) on port 1.
- **WARNING: Some tests modify non-volatile configurations of the device,
restore factory defaults etc.! Do not run the tests on a device which you
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sensirion-i2c-svm41
sensirion-i2c-svm4x
===================

This package contains the driver for the Sensirion SVM41 Evaluation Kit using
Expand All @@ -12,4 +12,4 @@ etc.
Installation and Usage
----------------------

The user manual is available at https://sensirion.github.io/python-i2c-svm41/.
The user manual is available at https://sensirion.github.io/python-i2c-svm4x/.

0 comments on commit b1a7227

Please sign in to comment.