ESP Component Registry
Open main menu
Docs
Blog
Sign in
plasmapper
/pl_usb
1.0.3
Latest
uploaded 1 month ago
USB C++ class component for ESP-IDF
Readme
Changelog
Dependencies
3
Dependents
1
Examples
2
Versions
4
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"…
Archive size ~ 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,…
Archive size ~ 1.59 KB