Skip to content

Commit b01005f

Browse files
committed
Tweak
1 parent 10dce05 commit b01005f

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

CircuitPython_Logger/ble_handler.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
UART based message handler for CircuitPython logging.
2+
BLE based message handler for CircuitPython logging.
33
44
Adafruit invests time and resources providing this open source code.
55
Please support Adafruit and open source hardware by purchasing
@@ -15,19 +15,6 @@
1515

1616
#pylint:disable=missing-super-argument
1717

18-
# Example:
19-
#
20-
# import board
21-
# import busio
22-
# from uart_handler import UartHandler
23-
# import adafruit_logging as logging
24-
#
25-
# uart = busio.UART(board.TX, board.RX, baudrate=115200)
26-
# logger = logging.getLogger('uart')
27-
# logger.addHandler(UartHandler(uart))
28-
# logger.level = logging.INFO
29-
# logger.info('testing')
30-
3118
from adafruit_logging import LoggingHandler
3219
from adafruit_ble.uart import UARTServer
3320

0 commit comments

Comments
 (0)