Skip to content

Commit 2a3de8d

Browse files
authored
Magnetometer values are also 3d vector of uT
Unless I have misunderstood something design guide should have matching the definition with [Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor/blob/master/Adafruit_Sensor.h#L111).
1 parent b6114d1 commit 2a3de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ properties.
364364
+=======================+=======================+=========================================================================+
365365
| ``acceleration`` | (float, float, float) | x, y, z meter per second per second |
366366
+-----------------------+-----------------------+-------------------------------------------------------------------------+
367-
| ``magnetic`` | float | micro-Tesla (uT) |
367+
| ``magnetic`` | (float, float, float) | micro-Tesla (uT) |
368368
+-----------------------+-----------------------+-------------------------------------------------------------------------+
369369
| ``orientation`` | (float, float, float) | x, y, z degrees |
370370
+-----------------------+-----------------------+-------------------------------------------------------------------------+

0 commit comments

Comments
 (0)