diff options
| author | Dan Conley <dconley@protonmail.com> | 2018-01-02 20:14:42 -0500 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-01-02 20:03:20 -0800 |
| commit | 7d3bec46aeb69f68d2dc9fbbbc6d2b72b405b8c6 (patch) | |
| tree | 655c06d3443fd89fe14aa1083a802fec960183ef /docs | |
| parent | ce81c8dda9686d3cd78d9c5383b6982c148ac7ec (diff) | |
Changing magnetic attribute in design guide (#502)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst index 8d3de3d69..ea7848892 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -365,7 +365,7 @@ properties. +=======================+=======================+=========================================================================+ | ``acceleration`` | (float, float, float) | x, y, z meter per second per second | +-----------------------+-----------------------+-------------------------------------------------------------------------+ -| ``magnetic`` | float | micro-Tesla (uT) | +| ``magnetic`` | (float, float, float) | x, y, z micro-Tesla (uT) | +-----------------------+-----------------------+-------------------------------------------------------------------------+ | ``orientation`` | (float, float, float) | x, y, z degrees | +-----------------------+-----------------------+-------------------------------------------------------------------------+ |
