From a9e2592425f170c9a0237dcd74aa24082e3ace95 Mon Sep 17 00:00:00 2001 From: brentru Date: Mon, 25 Mar 2019 18:10:15 -0400 Subject: [PATCH] add weight sensor property to the design guide --- docs/design_guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/design_guide.rst b/docs/design_guide.rst index e7b3832bcb..2efbdc34c0 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 --------------------------------------------------------------------------------