Skip to content

Commit b22022d

Browse files
authored
Merge pull request #22 from infamy/patch-1
Update adafruit_ble_radio.py
2 parents cda18b0 + 8ab443a commit b22022d

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
@@ -149,6 +149,8 @@ def receive(self, timeout=1):
149149
Returns a message received on the channel on which the radio is
150150
listening.
151151
152+
:param float timeout: The length of time (in seconds) the radio listens for a broadcast
153+
152154
:return: A string representation of the received message, or else None.
153155
"""
154156
msg = self.receive_full(timeout=timeout)

0 commit comments

Comments
 (0)