k4be 99428100ff Fix temperature measurement | 1 年之前 | |
---|---|---|
PCB | 1 年之前 | |
optiboot | 2 年之前 | |
soft | 1 年之前 | |
LICENSE.txt | 2 年之前 | |
README.md | 1 年之前 |
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.