Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(drivers): Add HTS221 humidity & temperature low level driver #230

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

ladislas
Copy link
Member

The driver is taken from: STMicroelectronics/STMems_Standard_C_drivers
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/hts221_STdC

closes #222

@codecov
Copy link

codecov bot commented Apr 22, 2021

Codecov Report

Merging #230 (db97254) into develop (8d9a5cf) will not change coverage.
The diff coverage is n/a.

❗ Current head db97254 differs from pull request most recent head 92af9c0. Consider uploading reports for the commit 92af9c0 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #230   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           47        47           
  Lines          746       746           
=========================================
  Hits           746       746           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d9a5cf...92af9c0. Read the comment docs.

HTS221 is a humidity & temperature sensor.
The driver is taken from: STMicroelectronics/STMems_Standard_C_drivers
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/hts221_STdC

closes #222
@ladislas ladislas force-pushed the ladislas/feature/add-hts221-low-level-driver branch from db97254 to 92af9c0 Compare April 22, 2021 14:14
@codeclimate
Copy link

codeclimate bot commented Apr 22, 2021

Code Climate has analyzed commit 92af9c0 and detected 0 issues on this pull request.

View more on Code Climate.

@sonarcloud
Copy link

sonarcloud bot commented Apr 22, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ladislas ladislas merged commit 4faabf7 into develop Apr 22, 2021
@ladislas ladislas deleted the ladislas/feature/add-hts221-low-level-driver branch April 22, 2021 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants