You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build an app which will
1)capture accelerometer, gyroscope data
2)write the data into a file for 1 hour and after 1 hour send that file to the server without pressing any button
Now, I tried to define the timer class to perform that 1 hour countdown. But It didn't show the result.
Can anyone suggest me how can I write the accelerometer data for an hour into a file?
The text was updated successfully, but these errors were encountered:
I am trying to build an app which will
1)capture accelerometer, gyroscope data
2)write the data into a file for 1 hour and after 1 hour send that file to the server without pressing any button
Now, I tried to define the timer class to perform that 1 hour countdown. But It didn't show the result.
Can anyone suggest me how can I write the accelerometer data for an hour into a file?
The text was updated successfully, but these errors were encountered: