@@ -27,6 +27,15 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
27
27
This is easily achieved by downloading
28
28
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
29
29
30
+ .. note ::
31
+ This library uses the `pulseio ` module in CircuitPython. As of CircuitPython 7.0.0, `pulseio ` is
32
+ no longer available on the smallest CircuitPython builds,
33
+ such as the Trinket M0, Gemma M0, and Feather M0 Basic boards.
34
+ You can substitute a more modern sensor, which will work better as well.
35
+ See the guide `Modern Replacements for DHT11 and DHT22 Sensors
36
+ <https://learn.adafruit.com/modern-replacements-for-dht11-dht22-sensors> `_
37
+ for suggestions.
38
+
30
39
Installing from PyPI
31
40
====================
32
41
@@ -68,17 +77,22 @@ Designed specifically to work with the Adafruit DHT series sensors:
68
77
69
78
70
79
* Please check the device datasheet for the appropriate value.
71
- * Be sure that you are running Buster Operating System.
80
+ * Be sure that you are running the Buster Operating System.
72
81
* Make sure that your user is part of the ``gpio `` group.
73
82
74
83
75
84
Known Issues
76
85
------------
77
86
78
- * Library may or may not work in Linux 64-bit platforms
79
- * Raspberry PI-ZERO does not provide reliable readings
87
+ * The library may or may not work in Linux 64-bit platforms.
88
+ * The Raspberry PI Zero does not provide reliable readings.
80
89
* Readings in FeatherS2 does not work as expected.
81
90
91
+ .. note ::
92
+ Using a more modern sensor will avoid these issues.
93
+ See the guide `Modern Replacements for DHT11 and DHT22 Sensors
94
+ <https://learn.adafruit.com/modern-replacements-for-dht11-dht22-sensors> `_.
95
+
82
96
Basics
83
97
-------
84
98
0 commit comments