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

Search:

Type: Posts; User: SteveCS

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    679

    Not sure my thick head understands that process ...

    Not sure my thick head understands that process

    Is that basically only allowing the process to start if there is enough time remaining (3300 milliseconds)? This means I need to know the length...
  2. Replies
    7
    Views
    679

    OK. I will look into this further I had this...

    OK. I will look into this further

    I had this in my code, but it doesn't compile anyway, as the 'timer0_millis = 0;' line throws an error


    currentMillis = millis();

    if ((triggered ==...
  3. Replies
    7
    Views
    679

    Resetting millis() - again

    Hi

    I have a project that potentially sits for weeks on end, but at any point could be 'triggered'.

    There are various millis() based timers involved in the event while it is occurring, and the...
Results 1 to 3 of 3