Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 7, 2011 13:42
Show Gist options
  • Select an option

  • Save feedhenry-gists/1012276 to your computer and use it in GitHub Desktop.

Select an option

Save feedhenry-gists/1012276 to your computer and use it in GitHub Desktop.
Accelerometer Call - Device
$fh.acc( {interval:5000}, function(res){
alert( 'x='+res.x+', y='+res.y+', z='+res.z+', at='+res.when);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment