reworked usb serial communication (#1766)

This commit is contained in:
Bernd Herzog
2024-01-13 18:05:29 +01:00
committed by GitHub
parent 58307aee9c
commit 7a4c3184a1
14 changed files with 188 additions and 53 deletions
+1
View File
@@ -32,6 +32,7 @@ class USBSerial {
public:
void initialize();
void dispatch();
void dispatch_transfer();
void on_channel_opened();
void on_channel_closed();
void setEventDispatcher(EventDispatcher* ed) { _eventDispatcher = ed; }