Page 1 of 1

Power Control on < 1 second. Possible?

Posted: Fri Sep 18, 2015 3:07 pm
by cmc0619
Is it possible to activate the power control expansion module in under 1 second increments? I see now() is measured in seconds.

Re: Power Control on < 1 second. Possible?

Posted: Fri Sep 18, 2015 3:32 pm
by lnevo
You can do millis() but the accuracy may not be that great. It all depends on how quickly your control can finish running each iteration of loop()