#!/bin/sh # this thing uploads the USB test prog into the ATmega32u4 and sets the # fuse bits for a 16 MHz external crystal oscillator avrdude -p m32u4 -F -c usbasp -B10 -e -v -y \ -U tempsense.hex \ -U hfuse:w:0x99:m \ -U lfuse:w:0x7f:m