diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-01-08 17:38:43 -0800 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-01-08 20:38:43 -0500 |
| commit | d201ac20af8733b5220df38251e3531c25f34cab (patch) | |
| tree | f9a20ebbee7f3d0ade30cae2655fc6cae66f0fc0 /docs | |
| parent | 2d5483082d9588f89d6797183a8dfcf5104e3fb7 (diff) | |
Fix sensor table. (#517)
RST is very picky about spacing.
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 ea7848892..30c926d62 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, float, float) | x, y, z micro-Tesla (uT) | +| ``magnetic`` | (float, float, float) | x, y, z micro-Tesla (uT) | +-----------------------+-----------------------+-------------------------------------------------------------------------+ | ``orientation`` | (float, float, float) | x, y, z degrees | +-----------------------+-----------------------+-------------------------------------------------------------------------+ |
