-
Notifications
You must be signed in to change notification settings - Fork 4
Adding Humidity and Temperature compensation to SGP40 in preperation for VOC Algorithm #4
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
282c85e
Fixed spelling error in comment, added a generate_crc function, as we…
KeithTheEE bf3ed0f
Adjusted the default _READ_CMD bytearray to reflect the sample in the…
KeithTheEE 2f379a2
Removed duplicate code between check crc and generate crc. _check_crc…
KeithTheEE dfa6d8f
Adjusted raw to pull from self._measure_command so either the preset …
KeithTheEE 1696e3c
Adjusted for sgp40 program structure for precommit
KeithTheEE fc4dd0a
Merge branch 'adafruit:main' into voc_algorithm_dev
KeithTheEE db971d2
Added some explaination to measure_raw, reordered the functions to ke…
KeithTheEE 755eb04
Merge branch 'voc_algorithm_dev' of https://github.com/CrakeNotSnowma…
KeithTheEE 6806081
Adjusted the reference to the method measure_raw for sphinx documenta…
KeithTheEE 1ef9836
Update README.rst to remove busio
KeithTheEE b8e4e93
Update adafruit_sgp40.py to replace busio reference with board
KeithTheEE 1b84c71
Removing Busio from readme example
KeithTheEE 2f52d8b
Defining i2c with board instead of busio
KeithTheEE 425014d
Defining i2c with board instead of busio
KeithTheEE 94ad780
Reformating varible assignment in the example using measure_raw
KeithTheEE 473ad2f
Clarifying Temperature in Celsius
KeithTheEE 711e161
Clarifying Temperature in Celsius
KeithTheEE 7d8fae6
Clarifying Temperature in Celsius
KeithTheEE 28773c0
Removing Busio from readme example
KeithTheEE cc919c2
Removed Register library from the requirements since it's not in use
KeithTheEE bedde22
Added link to datasheet and learn guide, fixed some formatting, and c…
KeithTheEE 3c044df
Documented the parameter inputs for measure_raw
KeithTheEE 94aded3
Removed references to busio in comments
KeithTheEE b93f0de
Removed references to busio in comments
KeithTheEE e1c8114
Returned reference to the Bus Device Library
KeithTheEE b9ea15d
Removed busio reference from simpletest example
KeithTheEE File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ | |
|
||
Adafruit-Blinka | ||
adafruit-circuitpython-busdevice | ||
adafruit-circuitpython-register |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.