Update README.md

Added summary
This commit is contained in:
jameswood 2013-07-18 12:37:12 +10:00
parent 935eb05ab8
commit c31c9499c8
1 changed files with 16 additions and 1 deletions

View File

@ -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)