Simple sequence detection in Arduino
A question on how to do a button sequence detectuion was asked in a FB group about escape room technology. This can be done in many ways, even without any microcontrollers. What we’re looking for is a state machine. Going from one state to the next require that the previous …