This commit is contained in:
Tester23
2026-01-23 07:27:07 +01:00
parent 5af31d5d2e
commit 1224ce90f2

View File

@@ -107,6 +107,9 @@ void Test_ButtonEvents() {
SIM_SetSimulatedPinValue(10, false);
Sim_RunFrames(100, false);
SELFTEST_ASSERT_CHANNEL(5, 0); // toggled
SIM_SetSimulatedPinValue(10, false);
Sim_RunFrames(100, false);
SELFTEST_ASSERT_CHANNEL(5, 1); // toggled
}