-
Notifications
You must be signed in to change notification settings - Fork 11
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
eCO2 -> CO2 #5
eCO2 -> CO2 #5
Conversation
Would you mind adding co2 to the design guide listing too? https://github.com/adafruit/circuitpython/blob/main/docs/design_guide.rst#sensor-properties-and-units Thanks! |
I see that TVOC is in all caps. Do we want |
CO2 is a technical spelling, i'd prefer its in all caps |
OK, I'll revise this accordingly. |
thank you :) |
OK, commits updated, and the docs PR is here: adafruit/circuitpython#4070 |
thanks, gonna wait till @tannewt is around and approves the new 'sensor type' |
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.
CO2 looks good to me! Thank you!
Updating https://github.com/adafruit/Adafruit_CircuitPython_SCD30 to 2.0.0 from 1.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_SCD30#5 from rpavlik/eco2-fix
This is a real CO2 sensor, so the docs and API should reflect that - see recent equivalent change to the arduino library. I opted to lowercase the property name now that we don't need mixed case to distinguish "e" from "CO2", so scd30.eCO2 is now just scd30.co2.
I also fixed some typos I saw as I was going thru.
Fixes #4