-
Notifications
You must be signed in to change notification settings - Fork 134
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
[driver] Add driver for STTS22H temperature sensor #544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the docs commit into the driver commit.
053fb37
to
9f0f7df
Compare
Forgot to do it, now done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any update on this? Driver looks perfectly fine to me.
9f0f7df
to
da77daa
Compare
da77daa
to
9e7ec34
Compare
The driver is working fine and tested on a custom board with an F107. I can't test the example since I don't have any spare sensors to hook up to a Nucleo board and it would also be painful with that tiny UDFN package. From my side good to merge. |
Simple driver for STTS22H temperature sensor. It has been successfully tested on a custom board. I will also test the example on real hardware but not with the actual Nucleo board since the chip has a 2x2mm UDFN package.
TODO: