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.
1 parent b12e8ae commit 2497a62Copy full SHA for 2497a62
examples/ble_json_service.py
@@ -1,3 +1,9 @@
1
+# SPDX-FileCopyrightText: 2020 Mark Raleson
2
+#
3
+# SPDX-License-Identifier: MIT
4
+
5
+# Read sensor readings from peripheral BLE device using a JSON characteristic.
6
7
from adafruit_ble.uuid import VendorUUID
8
from adafruit_ble.services import Service
9
from adafruit_ble.characteristics import Characteristic
0 commit comments