and the problem is???
BTW i see some things that should be consider about the maths
Code:
PumpMath = (Throttle - ThrottleMin) * 100 / dioScalefactor
use some () for your math can save your 6 o'clock...
Code:
PumpMath = ((Throttle - ThrottleMin) * 100) / dioScalefactor
but as we don't have many details... it's hard to know what's wrong. Tell us the whole story including the PIC model, wich pins you're using and blah blah blah will really help
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks