[deviceorientation] Pull Request: Fix example 9

chaals has just submitted a new pull request for https://github.com/w3c/deviceorientation:

== Fix example 9 ==
When  the phone is upright, gravity adds 9.8 to the y-axis, so `accelerationIncludingGravity` is `{ x: v^2/r, y: 9.8, z: 0 }` (not 9.8 on z-axis as currently)

closes #98

See https://github.com/w3c/deviceorientation/pull/99


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 8 July 2021 15:59:17 UTC