Skip to content

Instantly share code, notes, and snippets.

@tejas77
Created June 14, 2020 16:43
Show Gist options
  • Save tejas77/e3c4e2ff1df99fa09723d0d3f36608c9 to your computer and use it in GitHub Desktop.
Save tejas77/e3c4e2ff1df99fa09723d0d3f36608c9 to your computer and use it in GitHub Desktop.
Device Motion Listener Data
{
"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