Hello,
This is what the documentation states about the accelerometer:
Accelerometer
Value range: 0-1 Units: Gs
This would suggest the accelerometer data are provided as floats.
However, when looking at sensel.h, the accelerometer data within the SenselAccelData struct are encoded as ints.
So, what’s the actual range?
Thank you in advance.