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).
This commit is contained in:
parent
b6114d1f75
commit
2a3de8d185
@ -364,7 +364,7 @@ properties.
|
|||||||
+=======================+=======================+=========================================================================+
|
+=======================+=======================+=========================================================================+
|
||||||
| ``acceleration`` | (float, float, float) | x, y, z meter per second per second |
|
| ``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 |
|
| ``orientation`` | (float, float, float) | x, y, z degrees |
|
||||||
+-----------------------+-----------------------+-------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user