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 35308ae commit da66228Copy full SHA for da66228
adafruit_ble/characteristics/json.py
@@ -6,7 +6,7 @@
6
`json`
7
====================================================
8
9
-This module provides JSON characteristic.
+This module provides a JSON characteristic for reading/writing JSON serializable Python values.
10
11
"""
12
examples/ble_json_central.py
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-# Read sensor readings from peripheral BLE device using JSON characteristic.
+# Read sensor readings from peripheral BLE device using a JSON characteristic.
from adafruit_ble import BLERadio
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
0 commit comments