File tree Expand file tree Collapse file tree 3 files changed +516
-513
lines changed Expand file tree Collapse file tree 3 files changed +516
-513
lines changed Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
4
+ This fork adds DFRobots VOC Index algorithm to adafruits CircuitPython SGP40 library.
5
+
4
6
CircuitPython library for the Adafruit SGP40 Air Quality Sensor / VOC Index Sensor Breakouts.
5
- This fork adds DFRobots VOC Index algorithm to adafruits CircuitPython library.
6
7
7
- `Original Library <https://github.com/adafruit/Adafruit_CircuitPython_SGP40 >`_
8
- `DFRobot Algorithm <https://github.com/DFRobot/DFRobot_SGP40 >`_
8
+ * `Original Library <https://github.com/adafruit/Adafruit_CircuitPython_SGP40 >`_
9
+ * `DFRobot Algorithm <https://github.com/DFRobot/DFRobot_SGP40 >`_
9
10
10
11
11
12
Dependencies
@@ -16,6 +17,7 @@ This driver depends on:
16
17
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice >`_
17
18
* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register >`_
18
19
20
+
19
21
Please ensure all dependencies are available on the CircuitPython filesystem.
20
22
This is easily achieved by downloading
21
23
`the Adafruit library and driver bundle <https://circuitpython.org/libraries >`_.
You can’t perform that action at this time.
0 commit comments