-
Notifications
You must be signed in to change notification settings - Fork 143
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] TMP12x temperature sensor #757
Conversation
b43c7bf
to
62a2c00
Compare
The only difference between TMP121 und TMP123 are the swapped GND and NC pins, or am I missing something? |
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.
Nice driver 👍🏽
Most likely the only difference is the chip marking. For the ones I had the NC pins were bonded to GND. |
62a2c00
to
25ca3ee
Compare
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.
Very nice!
Please don't merge until I have tested the example. |
I have tested the example and it works. |
25ca3ee
to
624ce10
Compare
Simple driver for TMP121/TMP123/TMP125 temperature sensors. The driver has been in use for some time on a custom board with an STM32F042K6. I'll test the Nucleo example tomorrow.