Feature #317
Von Maximilian Seesslen vor etwa 2 Jahren aktualisiert
Currently the bootloader is blocking within an command. blocking.
In theorie USB data may not be received without calling eventloop.
(The eventloop is now called manually in the recevie function.)
waitFor(numBytes, newState);
In theorie USB data may not be received without calling eventloop.
(The eventloop is now called manually in the recevie function.)
waitFor(numBytes, newState);