summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLimor "Ladyada" Fried <limor@ladyada.net>2018-02-11 12:32:31 -0500
committerGitHub <noreply@github.com>2018-02-11 12:32:31 -0500
commit59ad16b50606fc9381dc12b6a1116bcbd5a88456 (patch)
treeeab3d4503d1dd283e1b5f43269a7c42d1d57b8c1
parentb6114d1f752cb49d70678a8a5a5f33ff2c044451 (diff)
parent2a3de8d1850b593875a3c1e840e065c4e0c73326 (diff)
Merge pull request #612 from tuupola/patch-1
Magnetometer values are also 3d vector of uT
-rw-r--r--docs/design_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst
index 1481caad7..1c0f5dbbd 100644
--- a/docs/design_guide.rst
+++ b/docs/design_guide.rst
@@ -364,7 +364,7 @@ properties.
+=======================+=======================+=========================================================================+
| ``acceleration`` | (float, float, float) | x, y, z meter per second per second |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
-| ``magnetic`` | float | micro-Tesla (uT) |
+| ``magnetic`` | (float, float, float) | micro-Tesla (uT) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``orientation`` | (float, float, float) | x, y, z degrees |
+-----------------------+-----------------------+-------------------------------------------------------------------------+