From d60d29f57a0cee8e33b86e3e115fe453a584f547 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 09:47:09 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa83b46..a7e0cc1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arduino-USB-HID-RetroJoystickAdapter ## What is this? -Very cheap and quite easy way to connect many non-USB joysticks and gamepads or DIY arcade cabinet controller to almost any machine with USB-port. Arduino board with ATmega32u4 chip with help of Joystick-library does all the USB-work. +Very cheap and quite easy way to connect many non-USB joysticks and gamepads or DIY arcade cabinet controller to almost any machine with USB-port and HID-support. Arduino board with ATmega32u4 chip with help of Joystick-library does all the USB-work. Tested with Windows and Linux desktop computers and ARM based computers like Raspberry Pi and Orange Pi. Also worked with Samsung Galaxy S4 Android phone and Samsung Galaxy Tab 10.1 Android tablet with OTG-USB cable. ATmega32u4 can be easily changed to act as keyboard and/or mouse too.