A basic program, turning on and of a onboard led. use this, to verify, that everything is working as expected.
- avrdude
- avr-gcc
- avr-libc
Arch/Manjaro/Endavour:
pacman -S --needed avrdude avr-gcc avr-libc
Debian/Ubuntu/Mint:
apt install avrdude gcc-avr avr-libc
Build
make
Build and upload:
make upload