Prusa-Firmware-MMU/tests/unit/modules/user_input
D.R.racer 299a31b765 Generate exactly 1 userInput event when button pressed (and held)
This PR is a different solution to what @gudnimg found in PR#233 / PFW-1404.

The benefit of this approach is the fact, that the button press event is generated when the button is pressed and not after it has been released.

The downside is obvious:
CPUFLASH: +28B
RAM: +1B
2022-11-15 07:19:20 +01:00
..
CMakeLists.txt Fix unit tests 2022-06-20 17:03:40 +02:00
test_user_input.cpp Generate exactly 1 userInput event when button pressed (and held) 2022-11-15 07:19:20 +01:00