[SOLVED]New Parameter input can't set value to 54

Started by wolf, March 08, 2013, 09:40:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wolf

With the new parameter input method it's impossible to set a value lets say to 54, or did I something wrong?
To me it's more important to set the exact time for example than to get close to a value fast.

I propose therefor that after the value steps have increased and a button is released, to start with a step size from 1 again.

I solved a long pressing button issue like this, but it's more elegant to increase the step size I guess :-)
while(button)
      delay(BOUNCE-i+10);
           if (i<=BOUNCE)
               i=i+1;