Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. navigator.accelerometer.watchAcceleration(function(acc) {
  2. console.log(acc.x);
  3. console.log(acc.y);
  4. console.log(acc.z); }, {frequency:1000});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement