diff options
| author | brentru <robots199@me.com> | 2019-03-25 18:10:15 -0400 |
|---|---|---|
| committer | brentru <robots199@me.com> | 2019-03-25 18:10:15 -0400 |
| commit | a9e2592425f170c9a0237dcd74aa24082e3ace95 (patch) | |
| tree | b74b89983aad69b3d658e3fae95e12df0df51d77 /docs | |
| parent | 7bac10ab6e441c83c509661b6bd5bdde280bf196 (diff) | |
add weight sensor property to the design guide
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_guide.rst | 2 |
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 -------------------------------------------------------------------------------- |
