Author Topic: Tilting Trigger on the Accelerometer  (Read 3997 times)

Nick_W

  • Full Member
  • ***
  • Posts: 215
    • View Profile
Re: Tilting Trigger on the Accelerometer
« on: February 24, 2017, 08:21:52 am »
Glad you found them useful!

The values for X,Y,and Z are in gravities (g) so Z should usually read 1.0 (depending on the orientation of the module). X and Y would read 0 (no acceleration). As you rotate the module in 3 axes, the values would change from 0 to 1.0.

Can you post your code? I can look at what you are reading.