#!/bin/sh
avrdude -c ftbb -P ft0 -p m168 -B4800 -U hfuse:w:0xdd:m -U lfuse:w:0xff:m -U efuse:w:0x00:m -U flash:w:ATmegaBOOT_168_diecimila.hex

