Skip to content

Commit

Permalink
Update class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Mar 4, 2020
1 parent 74c8771 commit c6328d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ble_broadcastnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def broadcast(measurement, *, broadcast_time=0.1, extended=False):


class AdafruitSensorMeasurement(Advertisement):
"""Broadcast a single RGB color."""
"""A collection of sensor measurements."""

# This prefix matches all
prefix = struct.pack("<BBH", 3, _MANUFACTURING_DATA_ADT, _ADAFRUIT_COMPANY_ID)
Expand Down

0 comments on commit c6328d5

Please sign in to comment.