Output Modules handle outgoing/host control. Generally dealing with outgoing signals and incoming control signals. The most common usage is a USB HID driver stack.
Brief descriptions of each of the modules.
- HID-IO - HID-IO support module. Host-to-Device RPC mechanism.
- pjrcUSB - USB HID stack implementation based on PJRC's Teensy stack (heavily modified).
- TestOut - Host-Side KLL output module.
- uartOut - UART-only output module, useful during early MCU porting efforts.
- usbMuxUart - USB+UART output module, useful when debugging USB issues.