Skip to content

Commit 6298d9b

Browse files
committed
docs: update docstring for QuaternionPacket class
The QuaternionPacket's documentation was copy-pasted from the _XYZPacket class. Write a new docstring for the QuaternionPacket class to describe what it does.
1 parent 675a687 commit 6298d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_bluefruit_connect/quaternion_packet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636

3737
class QuaternionPacket(_XYZPacket):
38-
"""A packet of x, y, z float values. Used for several different Bluefruit controller packets."""
38+
"""Device Motion data to describe device attitude. This data is derived
39+
from Accelerometer, Gyro, and Magnetometer readings."""
3940

4041
# Use _XYZPacket to handle x, y, z, and add w.
4142

0 commit comments

Comments
 (0)