├── Makefile ├── README.rst ├── connections.png ├── crc_table.h ├── curve.png ├── cycle-reference.txt ├── cycles.txt └── gamecube.ino /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/Makefile -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/README.rst -------------------------------------------------------------------------------- /connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/connections.png -------------------------------------------------------------------------------- /crc_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/crc_table.h -------------------------------------------------------------------------------- /curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/curve.png -------------------------------------------------------------------------------- /cycle-reference.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/cycle-reference.txt -------------------------------------------------------------------------------- /cycles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/cycles.txt -------------------------------------------------------------------------------- /gamecube.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownan/Gamecube-N64-Controller/HEAD/gamecube.ino --------------------------------------------------------------------------------