Make
Make program for circuits programming in the Fab Lab
From [1]
- install the python-tk package
Make the board
hello.ftdi.44.cad hello.ftdi.44.png hello.ftdi.44.traces.png hello.ftdi.44.interior.png
Download the c.code and .make file
hello.ftdi.44.echo.c hello.ftdi.44.echo.c.make Open terminal write make -f hello.ftdi.44.echo.c.make sudo make -f hello.ftdi.44.echo.c.make program-usbtiny-fuses sudo make -f hello.ftdi.44.echo.c.make program-usbtiny python term.py /dev/ttyUSB0 115200
If you are programming with avrisp, you should write avrisp2 instead of usbtiny.