#!/bin/bash # Author: Matthew Davis # Modified by: Amir Bawab # Used to flash a C program to the Atmega328p function flash() { if [[ -z "$1" ]] || [[ -z "$2" ]] then cat<