Skip to content

Commit 89b00e7

Browse files
authored
Merge pull request #159 from dhalbert/nus-doc-fix
2 parents beec030 + e57542b commit 89b00e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adafruit_ble/services/nordic.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ class UARTService(Service):
2323
"""
2424
Provide UART-like functionality via the Nordic NUS service.
2525
26-
:param int timeout: the timeout in seconds to wait
27-
for the first character and between subsequent characters.
28-
:param int buffer_size: buffer up to this many bytes.
29-
If more bytes are received, older bytes will be discarded.
30-
3126
See ``examples/ble_uart_echo_test.py`` for a usage example.
3227
"""
3328

0 commit comments

Comments
 (0)