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

Add MAX6675 Cold-Junction-Compensated K-Thermocouple-to-Digital Converter #738

Merged
merged 2 commits into from
Feb 13, 2025

Conversation

jmhobbs
Copy link

@jmhobbs jmhobbs commented Feb 12, 2025

Small SPI device for reading temperatures from a probe.

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max6675.pdf

Tested with feather-nrf52840 and a generic breakout board.

Happy to make any changes to match conventions, I looked at some of the other devices in here and tried to conform to the style. I did not see a test framework for SPI so did not end up writing any tests.

Thanks!

@deadprogram
Copy link
Member

Thank you for the new device @jmhobbs

Can you please add to the smoke tests here? https://github.com/tinygo-org/drivers/blob/dev/smoketest.sh

I did not see a test framework for SPI so did not end up writing any tests.

That needs to get added by someone, at some point 😸

@jmhobbs
Copy link
Author

jmhobbs commented Feb 13, 2025

Can you please add to the smoke tests here? https://github.com/tinygo-org/drivers/blob/dev/smoketest.sh

Done!

Thanks!

@deadprogram
Copy link
Member

Thanks you very much @jmhobbs now merging.

@deadprogram deadprogram merged commit 6281f36 into tinygo-org:dev Feb 13, 2025
1 check passed
@jmhobbs jmhobbs deleted the max6675 branch February 18, 2025 20:48
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.

2 participants