wow thats cool it would be awesome to control mt leds right from a controler hows the programing on it
Some example code right from their standard libraries. This is the coding needed to name each socket on the 8 outlet box:
#include <Wire.h>
#include <EEPROM.h>
#include <OneWire.h>
#include <Time.h>
#include <DS1307RTC.h>
#include <NokiaLCD.h>
#include <ReefAngel.h>
*
#define AutoTopOff********* 1
#define Moonlight********** 2
#define Refugium*********** 3
#define Heater************* 4
#define Chiller************ 5
#define Daylight*********** 6
#define Actinic************ 7
#define Sump*************** 8
*
void setup()
{ReefAngel.Init();* //Initialize controller
*ReefAngel.LCD.SetContrast(60);* // Set contrast to 60}
*
void loop()
{ReefAngel.StandardGUI();** //Draw the Standard Interface}
Here's their website for more info, lot's of info and codes available to look through.
http://www.reefangel.com/