Skip to content

Commit 2228170

Browse files
authored
Update adafruit_ble_radio.py
Fix missing timeout param documentation for receive. (present is receive_full but not receive).
1 parent 8653e40 commit 2228170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_ble_radio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ def receive(self, timeout=1):
146146
"""
147147
Returns a message received on the channel on which the radio is
148148
listening.
149+
150+
:param float timeout: The length of time (in seconds) the radio listens for a broadcast
149151
150152
:return: A string representation of the received message, or else None.
151153
"""

0 commit comments

Comments
 (0)