Feature #317
Implement big Statemachine
Beginn:
21.11.2022
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
Currently the bootloader is blocking within an command.
In theorie USB data may not be received without calling eventloop.
(The eventloop is now called manually in the recevie function.)
waitFor(numBytes, newState);