#!/bin/sh
# this script sets the fuses so that the mega32 operates with external xtal osc
avrdude -p m32 -c stk200  -U lfuse:w:0xff:m -U hfuse:w:0xcf:m
