mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-12-11 14:45:13 +01:00
| .. | ||
| usb-comms | ||
| usbhs | ||
| README.md | ||
usb
See libnx usb_comms.h. If you want to use usbds directly, see libnx usb_comms.c source and usb.h/usbds.h.
For using USB devices, see the usbhs example.
For send and read data from USB interface on Switch, see the usb-comms example. You'll need to connect your Switch on computer and run the web application to run the example, to do it use the command python3 -m http.server 8000 --bind 127.0.0.1 on usb-comms folder.