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 e7e66c5 commit 701aeb1Copy full SHA for 701aeb1
adafruit_irremote.py
@@ -196,8 +196,7 @@ class NonblockingGenericDecode:
196
Decode pulses into bytes in a non-blocking fashion.
197
198
:param ~pulseio.PulseIn input_pulses: Object to read pulses from
199
- :param int max_pulse: Pulse duration to end a burst. Units are
200
- microseconds.
+ :param int max_pulse: Pulse duration to end a burst. Units are microseconds.
201
202
>>> pulses = PulseIn(...)
203
>>> decoder = NonblockingGenericDecoder(pulses)
0 commit comments