Source code for the Curilights Controller. See http://www.saccade.com/writing/projects/CuriController/ for details.

Dependencies:   FatFileSystem mbed

This is the source code for the Curilights controller. This lets you interactively control a string of Curilights. It provides a simple click-wheel user interface for changing colors, brightness and behavior. It responds to movement and lighting.

Finished Controller

/media/uploads/isonno/nxp3872_controllerclose.jpg

System Block Diagram

/media/uploads/isonno/blockdiagram.png

Revision:
1:d1da77023e6a
Parent:
0:6da5625a6946
Child:
2:965388eecf95
Child:
3:0ac64c4ca40f
--- a/main.cpp	Thu Dec 29 01:59:53 2011 +0000
+++ b/main.cpp	Sun Jan 15 09:07:04 2012 +0000
@@ -15,6 +15,7 @@
 #include "PushButton.h"
 #include "SystemState.h"
 #include "UserInterface.h"
+#include "SettingsMenu.h"
 
 #include "RGBLED.h"