Prusa-Firmware-MMU/src
3d-gussner c0b776375d Fix right button issue on some hardware
My MM-control-board v0.3 has following ADC readings in DEBUG_BUTTONS
- none = 1023
- left = 169
- mid = 91-92
- right = 0

As the comparison was larger than 0 MY MMU2 right button wasn't detected.
2021-09-20 17:22:49 +02:00
..
config Fix selector noise. IRUN=31(VS=1), MRES=x8 2021-09-16 10:30:27 +02:00
hal Fix indentation 2021-09-20 17:18:46 +02:00
logic Remove unnecessary #include 2021-09-07 14:17:03 +02:00
modules Fix right button issue on some hardware 2021-09-20 17:22:49 +02:00
CMakeLists.txt Split the main CMakeLists.txt into more files within subdirectories 2021-07-12 09:09:21 +02:00
cmath.h Also fix min/max outside of AVR by using the standard std::min/max 2021-08-30 07:07:19 +02:00
limits.h Shim <limits> on AVR 2021-07-12 09:02:05 +02:00
main.cpp watchdog configuration 2021-09-20 17:10:10 +02:00
main.dox Improve documentation of the startup process 2021-08-12 11:08:09 +02:00
panic.h Add globa Panic() function 2021-08-31 14:19:40 +02:00
pins.h Fix formatting 2021-08-31 06:59:29 +02:00
unit.h Allow units to be scaled by an unitless quantity 2021-08-02 07:41:26 +02:00
version.c Add sending of response messages 2021-07-13 17:53:31 +02:00
version.h Add sending of response messages 2021-07-13 17:53:31 +02:00