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
/* Glenn: http://pastebin.com/pjsMQ8jQ */ | |
#include <EEPROM.h> | |
#include "EEPROMAnything.h" | |
#include <LiquidCrystal.h> | |
#include <stdio.h> | |
/* | |
This sketch shows two timers. One is user resettable and one is not. | |
The timers keep track of how long an analog input goes past a threshold. |