/atmega32x

AVR examples code for MCU ATmega328/P and ATmega32u2 and ATmega32u4

Primary LanguageC

ATmega32/8/8P/u2/u4

AVR examples code for MCU ATmega328/P and ATmega32u2 and ATmega32u4.

Requirements

To program AVRs, you will need the free avr-gcc compiler, avr-libc, AVRDUDE, and other associated tools.

Linux

sudo apt-get install -y gcc-avr binutils-avr avr-libc gdb-avr avrdude libusb-dev dfu-programmer

MAC OS X

Warning Build on MAC OS X is not fully supported, it's better on Linux.