Skip to content

ebith/Switch-Fightstick

This branch is 18 commits ahead of, 1 commit behind progmem/Switch-Fightstick:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13c0f4c · May 13, 2020

History

24 Commits
Apr 30, 2020
Jul 2, 2017
Mar 25, 2020
Jan 18, 2018
Jan 18, 2018
Jan 18, 2018
Jan 18, 2018
Jan 18, 2018
Jun 21, 2017
Jan 20, 2018
Jan 20, 2018
Apr 11, 2018
Jul 2, 2017
May 13, 2020
Jan 20, 2018

Repository files navigation

Switch-Fightstick

Thumbnail

Requirement

Usage

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

On 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*

You can also download Joystick.hex here.

About

Automate operation for Nintendo Switch

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.1%
  • Python 9.7%
  • C++ 5.7%
  • Makefile 3.5%