Skip to content

Commit

Permalink
Merge branch 'update-to-latest-firmware-version' into 'master'
Browse files Browse the repository at this point in the history
Update to latest firmware version

See merge request MSO-SW/drivers/arduino/arduino-i2c-svm41!2
  • Loading branch information
MBjoern committed Nov 5, 2021
2 parents 6bacd5c + 9176263 commit d6b7415
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compile_test:
before_script:
- rm -rf ../sensirion-core-arduino-library
script:
- git clone --depth 1 --branch 0.4.3 https://github.com/Sensirion/arduino-core.git ../sensirion-core-arduino-library
- git clone --depth 1 --branch 0.5.2 https://github.com/Sensirion/arduino-core.git ../sensirion-core-arduino-library
- arduino-cli compile --libraries=".." --warnings all --fqbn arduino:samd:mkrzero examples/exampleUsage
- arduino-cli compile --libraries=".." --warnings all --fqbn arduino:avr:mega examples/exampleUsage
- arduino-cli compile --libraries=".." --warnings all --fqbn arduino:avr:nano examples/exampleUsage
Expand Down
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - DATE TBD

### Added


### Changed


### Removed
Initial release

[0.1.0]: URL TBD - POINT TO GITHUB TAG FOR THIS VERSION

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This is the Sensirion SVM41 library for Arduino using the modules I2C interface.

[<center><img src="images/SVM4x.png" width="500px"></center>](https://www.sensirion.com/en/environmental-sensors/evaluation-kit-sek-svm41/)
[<center><img src="images/SVM4x.png" width="500px"></center>](https://www.sensirion.com/my-sgp-ek/)

Click [here](https://www.sensirion.com/en/environmental-sensors/evaluation-kit-sek-svm41/) to learn more about the SGP41
Click [here](https://www.sensirion.com/my-sgp-ek/) to learn more about the SGP41
sensor and the SVM41 Evaluation Kit Board.

# Installation
Expand Down
Loading

0 comments on commit d6b7415

Please sign in to comment.