Skip to content

Commit 3edefc2

Browse files
committed
Document exposed constants
1 parent 21190b2 commit 3edefc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_ble/advertising/adafruit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE.git"
2525

2626
MANUFACTURING_DATA_ADT = const(0xFF)
27+
"""The advertising data type for manufacturer-specific data"""
28+
2729
ADAFRUIT_COMPANY_ID = const(0x0822)
30+
"""Company Identifier for Adafruit Industries"""
31+
2832
_COLOR_DATA_ID = const(0x0000)
2933

3034

0 commit comments

Comments
 (0)