Hi Paul,
what I meant doing was this.
for(int i = millis(); i <= millis()+500; i++)
{
// time sensitive stuff
}
Sorry for the typo
Hi Paul,
what I meant doing was this.
for(int i = millis(); i <= millis()+500; i++)
{
// time sensitive stuff
}
Sorry for the typo