12 constexpr
inline CDC() =
default;
void Step()
Calls USB_USBTask from the LUFA library - basically takes care about the runtime of USB CDC operation...
Definition: usb_cdc.cpp:100
void Init()
Calls USB_Init from the LUFA library.
Definition: usb_cdc.cpp:92
The usb namespace provides all necessary facilities related to the USB interface.
Definition: usb_cdc.cpp:88
CDC cdc
The one and only instance of USB CDC in the FW.
Definition: usb_cdc.cpp:90
The modules namespace contains models of MMU's components.
Definition: command_base.h:8