Created
June 14, 2020 16:43
-
-
Save tejas77/e3c4e2ff1df99fa09723d0d3f36608c9 to your computer and use it in GitHub Desktop.
Device Motion Listener Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"acceleration": { | |
"z": -0.0005327463150024414, | |
"y": 0.0034074783325195312, | |
"x": 0.0005932972417213023 | |
}, | |
"accelerationIncludingGravity": { | |
"z": -0.8134145140647888, | |
"y": -9.769495010375977, | |
"x": 0.0011865944834426045 | |
}, | |
"orientation": 0, | |
"rotation": { | |
"gamma": -0.000039085680327843875, | |
"alpha": 0.00004289219214115292, | |
"beta": 1.4878977537155151 | |
}, | |
"rotationRate": { "gamma": 0, "alpha": 0, "beta": 0 } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment