Reset all test state
| 90 | |
| 91 | // Reset all test state |
| 92 | void resetTestState() { |
| 93 | g_button1_clicks = 0; |
| 94 | g_button2_clicks = 0; |
| 95 | g_button3_clicks = 0; |
| 96 | g_last_button_id = -1; |
| 97 | simulatedPin37State = HIGH; |
| 98 | simulatedPin38State = HIGH; |
| 99 | simulatedPin39State = HIGH; |
| 100 | } |
| 101 | |
| 102 | ///////////////////////////////////////////////////////////////// |
| 103 | // MULTIPLE BUTTON TESTS |