hbldh / pymetawear

Community developed SDK around the Python bindings for the C++ SDK

Home Page:https://hbldh.github.io/pymetawear/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Format for Example scripts - data[0]

somacoder opened this issue · comments

What is the format for the timestamp output in data[0] of the callback function in the example scripts (accelerometer and gyroscope)?

Nevermind. It looks to be the first 13 numbers output from time.time(), which equates to seconds *1000 (milliseconds) as an integer.