1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2025-01-30 23:00:14 -05:00

Update README.md

This commit is contained in:
Adriano Afonso 2016-11-13 23:40:44 +00:00 committed by GitHub
parent 472f867bc5
commit ba1dd3ae4f

View File

@ -89,7 +89,7 @@ Example of NES-controller wiring:
- Press Upload - Press Upload
- If you got the message "all done" and no errors, test in Windows with `Control Panel -> All Control Panel Items > Devices and Printers (some Windows versions in Game Controllers)` and try to find 'Arduino Leonardo' or in Linux with `jstest /dev/input/js0` - If you got the message "all done" and no errors, test in Windows with `Control Panel -> All Control Panel Items > Devices and Printers (some Windows versions in Game Controllers)` and try to find `Arduino Leonardo` device or in Linux with `jstest /dev/input/js0`
### Linux and more than one controller with one Arduino ### Linux and more than one controller with one Arduino
Linux usbhid-module doesn't support out of box multiple controllers with one USB without USB-hub-features (I'm not sure about this, but I didn't manage to get multiple /dev/js-devices without this). Linux usbhid-module doesn't support out of box multiple controllers with one USB without USB-hub-features (I'm not sure about this, but I didn't manage to get multiple /dev/js-devices without this).