As mentioned in the question , I was wondering whether it is possible for the controller to detect two button press simultaneously.
I am new to controller programming and started with the basics - blinking LED, then moved to buttons and now trying to play around button presses. I wanted to set some flag when both buttons are pressed together .
But as of I know, Only one ISR will be called in this case, thus detecting a single press. How can we achieve this...
(In some electronic devices, it has a specific functionality when we press certain buttons together e.g. resetting a phone when one presses 3 appropriate buttons simultaneously)
regards, Messi