plasmapper/pl_usb

2.1.0

Latest
uploaded 2 hours ago
USB C++ class component for ESP-IDF

2 examples

  • usb_device_cdc
    This example initializes and enables a USB CDC device endpoint, then writes "Test" to it.
    1.35 KB
  • usb_device_cdc_echo_server
    This example implements a USB CDC echo server by initializing, enabling, and serving a USB CDC endpoint.
    1.61 KB