From c31c9499c85ff4055c46a266c6b60db763ca421a Mon Sep 17 00:00:00 2001 From: jameswood Date: Thu, 18 Jul 2013 12:37:12 +1000 Subject: [PATCH] Update README.md Added summary --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 620f1f7..cdec641 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ Aquaduino ========= -Arduino-based fishtank control system +## Arduino-based fishtank control system + +###Requires +* Arduino Uno +* Ethernet Shield +* LCD shield (optional) + +###Features +* Controls fishtank lighting +* Connects to NTP server to sync Arduino's unreliable clock +* Connects to Earthtools to determine sunrise and sunset times + +###Plans +* Determine lat/long from public IP +* Add control for servo-operated food dispenser +* Switch to I2C LCD to save pins! (currently there is no PWM-enabled pin available for servo)