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 68d65a3 commit 6581fabCopy full SHA for 6581fab
adafruit_am2320.py
@@ -39,6 +39,7 @@
39
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
40
https://github.com/adafruit/circuitpython/releases
41
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
42
+
43
"""
44
45
# imports
@@ -81,6 +82,7 @@ class AM2320:
81
82
83
:param i2c_bus: The `busio.I2C` object to use. This is the only required parameter.
84
:param int address: (optional) The I2C address of the device.
85
86
87
def __init__(self, i2c_bus, address=AM2320_DEFAULT_ADDR):
88
self._i2c = I2CDevice(i2c_bus, address)
0 commit comments