Skip to content

Commit 2497a62

Browse files
committed
Fix missing copyright on example json service
1 parent b12e8ae commit 2497a62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/ble_json_service.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
from adafruit_ble.uuid import VendorUUID
28
from adafruit_ble.services import Service
39
from adafruit_ble.characteristics import Characteristic

0 commit comments

Comments
 (0)