#!/bin/bash
#-- Script for downloading into the ATMEGA168
avrdude  -q -patmega168 -cstk500v1 -P/dev/ttyUSB0 -b19200 -D -Uflash:w:$1


