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

Support SDC41 QTStemma board via detecting it via i2c address. #33

Closed
wants to merge 2 commits into from

Conversation

fsargent
Copy link

This adds functionality to detect a single QT Stemma board. Right now the only supported module is the SCD41, but I think that this template should work for people to add boards as they need.

If no qtstemma boards are detected then nothing changes.

@lowfatcode
Copy link
Member

Thank you for getting involved!

We don't plan to add support for individual breakouts into the main firmware as it would make keeping the size of the firmware under control quite difficult (MicroPython is pretty constrained both in filesystem space and performance when loading lots of extra code).

That said we can support this usecase with a more general approach allowing the user to customise their main.py and supply some extra readings to be included with the others.

See #41

@lowfatcode lowfatcode closed this Aug 30, 2022
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