"Yup there are two buttons A..." <- > <@astennumero:matrix.org> Yup there are two buttons A and B > > And I want to record A+B when both the buttons are pressed together. The initial issue I had was there was a very small time difference between the buttons pressed - I just couldn't press them together. Humanely impossible? > > > So I put in a nop there to ensure that the interrupt doesn't start running immediately. I want to replace this with a timer to ensure the code is robust and idiomatic. Is there a way to achieve this without async? With just the timer?