Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ((packet.gyro.x / 16.384) / 180) * Math.PI,
  2. ((packet.gyro.y / 16.384) / 180) * Math.PI,
  3. ((packet.gyro.z / 16.384) / 180) * Math.PI,
  4. packet.acc.x / 2048,
  5. packet.acc.y / 2048,
  6. packet.acc.z / 2048
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement