Skip to content

itiB/Switch-Fightstick

 
 

Repository files navigation

Switch-Fightstick

Thumbnail

Base repos

Requirement

Usage

NintendoSwitchをPCから操作する - おいら屋ファクトリー(in Japanese)

Features added

Macro Function to press A. It works works without connection with PC

send('LOOP')

On MacOS

brew install avr-dude 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-button.py /dev/tty.usbserial*

About

Automate operation for Nintendo Switch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.5%
  • Python 1.9%
  • C++ 1.6%
  • Makefile 1.0%