summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrentru <robots199@me.com>2019-03-25 18:10:15 -0400
committerbrentru <robots199@me.com>2019-03-25 18:10:15 -0400
commita9e2592425f170c9a0237dcd74aa24082e3ace95 (patch)
treeb74b89983aad69b3d658e3fae95e12df0df51d77
parent7bac10ab6e441c83c509661b6bd5bdde280bf196 (diff)
add weight sensor property to the design guide
-rw-r--r--docs/design_guide.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst
index e7b3832bc..2efbdc34c 100644
--- a/docs/design_guide.rst
+++ b/docs/design_guide.rst
@@ -500,6 +500,8 @@ properties.
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``value`` | int | 16-bit Analog value, unit-less |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
+| ``weight`` | float | grams (g) |
++-----------------------+-----------------------+-------------------------------------------------------------------------+
Adding native modules
--------------------------------------------------------------------------------