Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
User input module collects input from buttons and from communication for the logic layer. More...
Classes | |
class | UserInput |
Enumerations | |
enum | Event : uint8_t { NoEvent = 0x7f , Right = 0 , Middle = 1 , Left = 2 , FromPrinter = 0x80 } |
Beware - button codes intentionally match the protocol button encoding for optimization purposes. | |
Variables | |
UserInput | userInput |
User input module collects input from buttons and from communication for the logic layer.