diff options
| author | Mika Tuupola <tuupola@appelsiini.net> | 2018-02-11 23:15:01 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-11 23:15:01 +0700 |
| commit | 2a3de8d1850b593875a3c1e840e065c4e0c73326 (patch) | |
| tree | eab3d4503d1dd283e1b5f43269a7c42d1d57b8c1 /docs | |
| parent | b6114d1f752cb49d70678a8a5a5f33ff2c044451 (diff) | |
Magnetometer values are also 3d vector of uT
Unless I have misunderstood something design guide should have matching the definition with [Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor/blob/master/Adafruit_Sensor.h#L111).
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 1481caad7..1c0f5dbbd 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -364,7 +364,7 @@ properties. +=======================+=======================+=========================================================================+ | ``acceleration`` | (float, float, float) | x, y, z meter per second per second | +-----------------------+-----------------------+-------------------------------------------------------------------------+ -| ``magnetic`` | float | micro-Tesla (uT) | +| ``magnetic`` | (float, float, float) | micro-Tesla (uT) | +-----------------------+-----------------------+-------------------------------------------------------------------------+ | ``orientation`` | (float, float, float) | x, y, z degrees | +-----------------------+-----------------------+-------------------------------------------------------------------------+ |
