Access Epoch Field from Python
Hi, I am using a MetaMotionR, Ubuntu and Python2.7. I was wondering how I can access the Epoch Field in the Data Signal from Python. In my callback I always use 'values = parse_value(data)'. This way the script just prints the values. Could you point me to the right function?
Thank you very much!
Comments
https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/examples/log_acc.py
thx
I can get the data from sensor. However, I have to record the data on the sensor and callback another python code. I did not find any way for this problem. Is there a any suggestion?
Do not hijack existing threads. Create your own thread for off-topic posts.