Breakout and Timers

About Forums Forum Breakout and Timers

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #988
    nikolas
    Participant

    Can we use timers from Breakout to get timestamps (millisecond precision) for the events that occur?

    #1042
    efares
    Participant

    That would be a very useful feature to have but can’t you just use regular JavaScript to get the timestamp?

    #1044

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Forum’ is closed to new topics and replies.