uploaded 11 months ago
USB C++ class component for ESP-IDF
2 examples
-
usb_device_cdc
This README outlines the steps to initialize a USB device and its CDC (Communications Device Class) endpoint, enable the endpoint, and send a "Test"…
1.35 KB
-
usb_device_cdc_echo_server
The USB Device CDC Echo Server Example implements a USB device that echoes received data. It involves initializing a USB device and its CDC endpoint,…
1.59 KB