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...
Type: Posts; User: SteveCS
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...
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 ==...
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...