Power Control on < 1 second. Possible?
-
cmc0619
- Posts: 11
- Joined: Mon Aug 31, 2015 11:09 pm
Power Control on < 1 second. Possible?
Is it possible to activate the power control expansion module in under 1 second increments? I see now() is measured in seconds.
- lnevo
- Posts: 5422
- Joined: Fri Jul 20, 2012 9:42 am
Re: Power Control on < 1 second. Possible?
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()