Skip to content

Instantly share code, notes, and snippets.

@cjdavis
cjdavis / Laser Monitor
Created September 26, 2011 14:25
Laser monitor sketch for Arduino.
/* 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.