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 1264e91 commit b35c765Copy full SHA for b35c765
adafruit_fona/adafruit_fona.py
@@ -71,7 +71,7 @@ class FONA:
71
"""CircuitPython FONA module interface.
72
73
:param ~busio.UART uart: FONA UART connection.
74
- :param ~digitalio.DigitalInOut rdt: FONA RST pin.
+ :param ~digitalio.DigitalInOut rst: FONA RST pin.
75
:param ~digitalio.DigitalInOut ri: Optional FONA Ring Interrupt (RI) pin.
76
:param bool debug: Enable debugging output.
77
"""
0 commit comments