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 be6e549 commit 984be26Copy full SHA for 984be26
adafruit_am2320.py
@@ -26,6 +26,7 @@
26
This is a CircuitPython driver for the AM2320 temperature and humidity sensor.
27
28
* Author(s): Limor Fried
29
+
30
Implementation Notes
31
--------------------
32
@@ -37,7 +38,7 @@
37
38
**Software and Dependencies:**
39
40
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
- https://github.com/adafruit/circuitpython/releases
41
+ https://github.com/adafruit/circuitpython/releases
42
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
43
44
"""
0 commit comments