|
|
há 4 dias atrás | |
|---|---|---|
| PCB | há 2 anos atrás | |
| optiboot | há 3 anos atrás | |
| soft | há 4 dias atrás | |
| LICENSE.txt | há 3 anos atrás | |
| README.md | há 2 anos atrás |
Software build & programming:
First, install bootloader using USBASP:
cd optiboot
make install
Second, program the main software.
Alphanumeric display version:
cd soft
make install PROGPORT=COM16 LCD=alnum
Graphical display version:
cd soft
make install PROGPORT=COM16 LCD=graphic
Warning: remember to make clean when switching between versions.