Skip to content

Commit

Permalink
Merge pull request #132 from adafruit/dhalbert-patch-1
Browse files Browse the repository at this point in the history
Note that ble_uart_echo_test.py can be used with the Bluefruit Connect app
  • Loading branch information
kattni authored Aug 23, 2021
2 parents ad4f2d3 + 2ed1536 commit 9ae0e7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ble_uart_echo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# SPDX-License-Identifier: MIT

"""
Used with ble_uart_echo_client.py. Receives characters from the UARTService and transmits them back.
Can be used with ble_uart_echo_client.py or with the UART page on the Adafruit Bluefruit Connect app.
Receives characters from the UARTService and transmits them back.
"""

from adafruit_ble import BLERadio
Expand Down

0 comments on commit 9ae0e7f

Please sign in to comment.