getting sampling time in msec
Hi,
I have used the metabase app for accelerometer data acquisition, and got a csv file with 6 columns of data.
one of the columns represents the sampling time in [msec].
I am trying to create the same csv file using python, but couldn't find in the tutorials a suitable command for getting the sampling time in this precision.
How can I get the sampling time?
Comments
See the logging example script:
https://github.com/mbientlab/MetaWear-SDK-Python/blob/0.7.0/examples/log_temp.py#L51