How to add a millis() timer on arduino code
Im making an arduino code, thats basically a button, that activates a piston and after some seconds the piston returns to its original position. But, i can’t use delay, bc it pauses all code, so, i need to use the millis() function