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
The current code always sets the timestamp of events to 0. Could we instead use the internal clock by setting: event->timestamp = millis();
on line 305 in Adafruit_ADXL345_U.cpp?
Thanks!
Aaron
The text was updated successfully, but these errors were encountered:
trycoon
added a commit
to trycoon/Adafruit_ADXL345
that referenced
this issue
Jul 16, 2017
The current code always sets the timestamp of events to 0. Could we instead use the internal clock by setting:
event->timestamp = millis();
on line 305 in Adafruit_ADXL345_U.cpp?
Thanks!
Aaron
The text was updated successfully, but these errors were encountered: