8000 Merge pull request #612 from tuupola/patch-1 · flummer/circuitpython@59ad16b · GitHub
[go: up one dir, main page]

Skip to content

Commit 59ad16b

Browse files
authored
Merge pull request adafruit#612 from tuupola/patch-1
Magnetometer values are also 3d vector of uT
2 parents b6114d1 + 2a3de8d commit 59ad16b

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)
0