Light Show library for organic, calm, light display.

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_blinky by Mbed

Revision:
16:810a1bbb320a
Parent:
15:ee94af1f90a0
Child:
17:76c74851442f
--- a/main.cpp	Sun Oct 11 07:00:37 2015 +0000
+++ b/main.cpp	Sun Oct 11 07:05:25 2015 +0000
@@ -8,7 +8,7 @@
 #define PI 3.1416
 #define HYSTERESIS_QUANTITY  PI
 
-unsigned long seed = 515;
+unsigned long seed = 156;
 
  typedef unsigned char byte;
  typedef unsigned int uint;
@@ -133,7 +133,7 @@
     green.period(0.001f);
     blue.period(0.001f);
     
-    channel_check();
+//    channel_check();
     pc.printf("Hello World!\n");
 // Calibrate FIR and identify.
     calibrate();