Light Show library for organic, calm, light display.

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_blinky by Mbed

Revision:
25:d48f46d753fd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.h	Mon Feb 01 01:02:46 2016 +0000
@@ -0,0 +1,22 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define CALIBRATION_TIME 3
+
+#define MKIT
+
+#ifdef NRFDK
+    #define MOTION_PIN p20
+    
+    #define RED_PIN p21
+    #define GREEN_PIN p22
+    #define BLUE_PIN p23
+#elif defined MKIT
+    #define MOTION_PIN p1
+    
+    #define RED_PIN p6
+    #define GREEN_PIN p22
+    #define BLUE_PIN p30
+#endif
+
+#endif
\ No newline at end of file