We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Original: // Count-down timer with 21s tDown.setCounter(0, 0, 21, tDown.COUNT_DOWN, tDownComplete);
I need: tDown.setCounter(0, 0, time, tDown.COUNT_DOWN, tDownComplete);
The "time" value is set by the touch display.