Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 399 Bytes

File metadata and controls

23 lines (15 loc) · 399 Bytes

switch controller

install

git clone https://github.com/masaxsuzu/switch-controller.git --recursive

usage

Modify Joystick.c then build Joystick.hex by following commands.

$ cd switch-controller
$ docker-compose run --rm make
[INFO]    : Begin compilation of project "Joystick"...

avr-gcc (GCC) 5.4.0

...

[INFO]    : Finished building project "Joystick".