2017-02-21 10:13 PM
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...