#include <avr/io.h> /** * avrdude: -U lfuse:w:0x3e:m -U hfuse:w:0xc9:m */ FUSES = { .low = 0x3E, .high = 0xC9 };