Skip to content

Commit cea69de

Browse files
committed
updated info docstring
1 parent 085ef4d commit cea69de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

adafruit_sgp30.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@
2626
I2C driver for SGP30 Sensirion VoC sensor
2727
2828
* 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
2943
"""
3044
import time
3145
from adafruit_bus_device.i2c_device import I2CDevice

0 commit comments

Comments
 (0)