Author Topic: Help with the accelerometer (mcMod120)  (Read 1022 times)

Junkboy

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Help with the accelerometer (mcMod120)
« on: June 09, 2018, 12:07:35 pm »
In addition to the previous question, I would like to know if there is any instruction that gives me the acceleration in each axis, because the example that you shared with me shows the following:

'set accelerometer to cause interrupt if accelation is > 1.4Gs for longer than 5ms (any axis)
        dev.ConfigureShockInterrupt(1.4F, 5)

but .. it is in any axis, I am interested in obtaining the acceleration in each of the axes.