micropython-lib/micropython/bluetooth/aioble/examples
Rob Knegjens f0b683218e aioble/examples/temp_client.py: Check connection before reading temp.
Only read from the temp characteristic if the connection is still active.
Improves the example by avoiding a TypeError exception if/when the sensor
disconnects.
2024-05-24 18:48:10 +10:00
..
l2cap_file_client.py all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
l2cap_file_server.py all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
temp_client.py aioble/examples/temp_client.py: Check connection before reading temp. 2024-05-24 18:48:10 +10:00
temp_sensor.py aioble/examples/temp_sensor.py: Wait forever for client to disconnect. 2024-05-24 18:05:19 +10:00