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.
2 parents beec030 + e57542b commit 89b00e7Copy full SHA for 89b00e7
adafruit_ble/services/nordic.py
@@ -23,11 +23,6 @@ class UARTService(Service):
23
"""
24
Provide UART-like functionality via the Nordic NUS service.
25
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
-
31
See ``examples/ble_uart_echo_test.py`` for a usage example.
32
33
0 commit comments