We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a695cde + 370fce3 commit f671192Copy full SHA for f671192
adafruit_ble/services/sphero.py
@@ -20,4 +20,4 @@
20
class SpheroService(Service):
21
"""Core Sphero Service. Unimplemented."""
22
23
- uuid = VendorUUID("!!orehpS OOW\x01\x00\x01\x00")
+ uuid = VendorUUID(b"!!orehpS OOW\x01\x00\x01\x00")
docs/characteristics.rst
@@ -7,6 +7,9 @@
7
.. automodule:: adafruit_ble.characteristics.int
8
:members:
9
10
+.. automodule:: adafruit_ble.characteristics.float
11
+ :members:
12
+
13
.. automodule:: adafruit_ble.characteristics.stream
14
15
docs/services.rst
@@ -17,3 +17,6 @@
17
18
.. automodule:: adafruit_ble.services.midi
19
+.. automodule:: adafruit_ble.services.nordic
0 commit comments