Init a simple timer, get his counter value, reset it
Posted on November 19, 2013 at 13:08 Hello, I want to initialize a timer which will serve to count the time between two actions. For example, counting the time between two button press. So the timer have to count in a loop. Each ti...