开关格斗杆
需求
ATMega32U4开发板或查看
USB转串口适配器
USB micro-b电缆* 2
用法
(日文)
在MacOS上
brew install avrdude osx-cross/avr/avr-gcc
git clone --recursive https://github.com/ebith/Switch-Fightstick.git
cd Switch-Fightstick
make
avrdude -pm32u4 -cavr109 -D -P $( ls /dev/tty.usbmodem * ) -b57600 -Uflash:w:Joystick.hex # need reset
pip3 install pyserial
./example/rapid-fire-a.py /dev/tty.usbserial *
您也可以下载Joystick.hex。
1