AndrewFromMelbourne / intervalometer

Arduino sketch for a camera intervalometer (requires LCD shield compatible with the LiquidCrystal library).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino camera intervalometer sketch. Requires standard arduino and LCD
shield that is compatible with the LiquidCrystal library.

This sketch required version 1.0 (or above) of the Arduino IDE.
It also requires the following libraries:-

AnalogButtonManager
IntervalTimerManager
LcdRowGraph

available from here:-

    https://github.com/AndrewFromMelbourne

You will also need to connect the Arduino to you camera as described in the
book: Practical Arduino.

    http://practicalarduino.com/projects/time-lapse-camera-controller

About

Arduino sketch for a camera intervalometer (requires LCD shield compatible with the LiquidCrystal library).

License:MIT License


Languages

Language:C++ 60.7%Language:C 27.5%Language:Arduino 11.8%