Skip to content

Commit 2ed1536

Browse files
authored
Note that ble_uart_echo_test.py can be used with the Bluefruit app
1 parent ad4f2d3 commit 2ed1536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ble_uart_echo_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# SPDX-License-Identifier: MIT
33

44
"""
5-
Used with ble_uart_echo_client.py. Receives characters from the UARTService and transmits them back.
5+
Can be used with ble_uart_echo_client.py or with the UART page on the Adafruit Bluefruit Connect app.
6+
Receives characters from the UARTService and transmits them back.
67
"""
78

89
from adafruit_ble import BLERadio

0 commit comments

Comments
 (0)