This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///////////////////////////////////////////////////////////////// | |
// Created by Kevin Elsenberger // | |
// June 2, 2013 // | |
// elsenberger.k at gmail.com // | |
// from http://playground.arduino.cc/Code/EEPROMReadWriteLong // | |
///////////////////////////////////////////////////////////////// | |
//Needed to access the eeprom read write functions | |
#include <EEPROM.h> |