├── .gitattributes ├── .gitignore └── Hexapod_Mark_II ├── Hexapod_Mark_II.ino ├── NUKE.jpg ├── gaits.h ├── hex-mk2.ppr ├── nuke.cpp ├── nuke.h └── temp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/.gitignore -------------------------------------------------------------------------------- /Hexapod_Mark_II/Hexapod_Mark_II.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/Hexapod_Mark_II.ino -------------------------------------------------------------------------------- /Hexapod_Mark_II/NUKE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/NUKE.jpg -------------------------------------------------------------------------------- /Hexapod_Mark_II/gaits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/gaits.h -------------------------------------------------------------------------------- /Hexapod_Mark_II/hex-mk2.ppr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/hex-mk2.ppr -------------------------------------------------------------------------------- /Hexapod_Mark_II/nuke.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/nuke.cpp -------------------------------------------------------------------------------- /Hexapod_Mark_II/nuke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/nuke.h -------------------------------------------------------------------------------- /Hexapod_Mark_II/temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Interbotix/HexapodMKIICommander/HEAD/Hexapod_Mark_II/temp --------------------------------------------------------------------------------