Close

Source Code

A project log for Stubby the (Teaching) Hexapod

100% open source robot platform with accessability and affordability in mind: teaching children of all ages about robots & programming

the-big-oneThe Big One 04/14/2014 at 19:430 Comments

Full source code for Stubby, along with all my other AVR projects, is available via Git at http://git.digitalcave.ca/avr.git.

To compile the source, do the following (ensure you have avr-gcc and the avr build tools installed):

git clone http://git.digitalcave.ca/avr.git
cd avr/projects/hex
make

Discussions