Reply To: Breakout and Timers
About › Forums › Forum › Breakout and Timers › Reply To: Breakout and Timers
December 15, 2015 at 2:14 AM
#1044
soundanalogous
Member
If what you are asking is if there is a way to get a timestamp from the Arduino board, then that is not currently possible and likely would never be added due to the need to send additional data with each response from the board. You can however track timestamps on the client side using JavaScript and the Date object as efares suggested.
