Skip to content

Commit 7cca585

Browse files
committed
combined algorithm and lib
1 parent 7b80869 commit 7cca585

File tree

3 files changed

+516
-513
lines changed

3 files changed

+516
-513
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Introduction
22
============
33

4+
This fork adds DFRobots VOC Index algorithm to adafruits CircuitPython SGP40 library.
5+
46
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.
67

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>`_
910

1011

1112
Dependencies
@@ -16,6 +17,7 @@ This driver depends on:
1617
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
1718
* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register>`_
1819

20+
1921
Please ensure all dependencies are available on the CircuitPython filesystem.
2022
This is easily achieved by downloading
2123
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_.

0 commit comments

Comments
 (0)