switchbrew / switch-examples

Switch examples for devkitA64 and libnx.

Home Page:https://devkitpro.org/viewforum.php?f=42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use the usb example

rekcah1986 opened this issue · comments

I only got "Ready." after running.

Details needed.

Perhaps we need the example for usb_common.h than this one.

what

// This example shows how to use USB devices via usbhs, see also libnx usbhs.h/usb.h.
// Only devices which are not used by sysmodules are usable, hence HID devices are not usable with this for example.

Sorry for my poor English. Could you tell me what kind of device is not HID?

Anything besides HID-controllers/kbd/mouse/ethernet.

I see, thanks.