We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085ef4d commit cea69deCopy full SHA for cea69de
adafruit_sgp30.py
@@ -26,6 +26,20 @@
26
I2C driver for SGP30 Sensirion VoC sensor
27
28
* Author(s): ladyada
29
+
30
+Implementation Notes
31
+--------------------
32
33
+**Hardware:**
34
35
+* Adafruit `SGP30 Air Quality Sensor Breakout - VOC and eCO2
36
+ <https://www.adafruit.com/product/3709>`_ (Product ID: 3709)
37
38
+**Software and Dependencies:**
39
40
+* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
41
+ https://github.com/adafruit/circuitpython/releases
42
+* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
43
"""
44
import time
45
from adafruit_bus_device.i2c_device import I2CDevice
0 commit comments