Merge pull request #612 from tuupola/patch-1

Magnetometer values are also 3d vector of uT
This commit is contained in:
Limor "Ladyada" Fried 2018-02-11 12:32:31 -05:00 committed by GitHub
commit 59ad16b506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
+-----------------------+-----------------------+-------------------------------------------------------------------------+