
Originally Posted by
HankMcSpank
now I'm no programmer and I might be laying myself bare for everyone to laugh at, but this is how I'd likely approach it...
That is my story too...
And it does not stop me.
127 exactly might be hard to get with a POT so maybe change the range some.
Code:
if (pot_sample >= 122) AND (pot_sample <= 132) then
if pot_sample > 132 then
if pot_sample < 122 then
Bookmarks