This commit is contained in:
Sirawat Pitaksarit
2016-08-28 14:31:49 +09:00
parent cdc4fb2d94
commit fdd735c1b2

View File

@@ -4,12 +4,13 @@
![near](https://github.com/5argon/UnoSDVXCon/raw/master/images/splash.gif) ![near](https://github.com/5argon/UnoSDVXCon/raw/master/images/splash.gif)
![laur](https://github.com/5argon/UnoSDVXCon/raw/master/images/laurtrim.gif) ![laur](https://github.com/5argon/UnoSDVXCon/raw/master/images/laurtrim.gif)
If you build your own controller for the game called [K-Shoot Mania](http://kshoot.client.jp) you will need some way to connect it to your computer. In the case that you want to use an Arduino Uno as a USB interface, this script provide a working logic for you (.ino file). If you build your own controller for the game called [K-Shoot Mania](http://kshoot.client.jp) you will need some way to connect it to your computer. In the case that you want to use an Arduino Uno as a USB interface, this script (.ino file) will provides a working logic from the controller's input to emulate your computer's keyboard + button light feedback.
Previous alternatives are connecting buttons to disassembled [Joystick circuit](http://homingpuyo.blog91.fc2.com/blog-entry-650.html), or using an [Arduino Leonardo](http://sdvxii.pancakeapps.com/LEONARDO). Arduino Uno cannot interface as a keyboard as easily as Leonardo. Only [Leonardo, Micro, and Due](https://www.arduino.cc/en/Reference/MouseKeyboard) can use the built-in keyboard functions. Previous alternatives are connecting buttons to disassembled [Joystick circuit](http://homingpuyo.blog91.fc2.com/blog-entry-650.html), or using an [Arduino Leonardo](http://sdvxii.pancakeapps.com/LEONARDO). Arduino Uno cannot interface as a keyboard as easily as Leonardo. Only [Leonardo, Micro, and Due](https://www.arduino.cc/en/Reference/MouseKeyboard) can use the built-in keyboard functions.
##Video demo ##Video demo
The controller with Arduino Uno in this video uses this script. The knob miss probably results from my skill, not the script. (My rank is 9 in SDVX, I could not play perfectly.) The controller with Arduino Uno in this video uses this script. The knob miss probably results from my skill, not the script. (My rank is 9 in SDVX, I could not play perfectly.)
[cry of viyella - Laur](https://www.youtube.com/watch?v=efWP1qvjdQ0) [cry of viyella - Laur](https://www.youtube.com/watch?v=efWP1qvjdQ0)
##Features ##Features