Merge pull request #612 from tuupola/patch-1
Magnetometer values are also 3d vector of uT
This commit is contained in:
commit
59ad16b506
@ -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…
Reference in New Issue
Block a user