Skip to content

Instantly share code, notes, and snippets.

@jtmuller5
Created May 20, 2020 03:27
Show Gist options
  • Save jtmuller5/7e1c46300e06a9eaa139e70181a78449 to your computer and use it in GitHub Desktop.
Save jtmuller5/7e1c46300e06a9eaa139e70181a78449 to your computer and use it in GitHub Desktop.
// Handle Gravity data
if (currentSensor.type == Sensor.TYPE_GRAVITY) {
// Do something
}
// Handle Lin. Acceleration data
else if(currentSensor.type == Sensor.TYPE_LINEAR_ACCELERATION){
// Do something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment