From 7d3bec46aeb69f68d2dc9fbbbc6d2b72b405b8c6 Mon Sep 17 00:00:00 2001 From: Dan Conley Date: Tue, 2 Jan 2018 20:14:42 -0500 Subject: Changing magnetic attribute in design guide (#502) --- docs/design_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | +-----------------------+-----------------------+-------------------------------------------------------------------------+ -- cgit v1.2.3