#!/bin/sh
avrdude -p attiny26 -c stk500v2 -P avrdoper -U flash:w:turmuhrdcf.hex -U lfuse:w:0xe1:m -U hfuse:w:0xf0:m -U lock:w:0xfe:m
