Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: defragster

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    678

    Not seeing any code - assuming 'something...

    Not seeing any code - assuming 'something happens' and sometime after that further response is needed?

    That's what that code does: Waits for event "if ( time to wait 3300 milliseconds)" then...
  2. Replies
    7
    Views
    678

    Trying to reset the global system milliseconds...

    Trying to reset the global system milliseconds value can only cause trouble.



    Above code, here using elapsedMillis that seems to be linked in above link?
    Same net effect - usage is cleaner -...
  3. Replies
    7
    Views
    678

    Best is to use relative offsets on millis() for...

    Best is to use relative offsets on millis() for each timer involved.
    A uint32_t will always give the offset even after rollover of the millis() return value

    No idea what the usage for each looks...
Results 1 to 3 of 3