Skip to main content
Visitor II
February 22, 2017
Question

LSM6DSM6 data comes sometimes and doesn't respond other times on same code.

  • February 22, 2017
  • 0 replies
  • 579 views

Posted on February 22, 2017 at 07:13

On same set of code on sensor tile, the accelerometer some times outputs the data and sometimes it didn't on same set of code.

main

{

BSP_ACCELERO_Init(ACCELERO_SENSORS_AUTO,&acc_handle1)

   BSP_ACCELERO_Sensor_Enable(acc_handle1)

while(1)

{

      BSP_ACCELERO_Get_AxesRaw(acc_handle1,&acc);

}

please help with this...

    This topic has been closed for replies.