#!/bin/sh
# this script blasts the flash and eeprom data for the test_lcd into the m8535
avrdude -p m32 -c stk200  -e -U flash:w:LQ_meter.hex -U eeprom:w:LQ_meter.eep
