Timer implementation
I am using STM32F072RB.On my system there is 5 buttons(which is connected to GPIO).I am reading that GPIO continuously to detect the button press.If there is no any button press detect for 10 min, I want to generate a alarm. And if any of the button ...