Light Show library for organic, calm, light display.

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_blinky by Mbed

Revision:
25:d48f46d753fd
Child:
26:8bc9984c4600
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utility.h	Mon Feb 01 01:02:46 2016 +0000
@@ -0,0 +1,11 @@
+#ifndef UTILITY_H
+#define UTILITY_H
+
+#include "rgb_led.h"
+
+//extern Serial pc(USBTX, USBRX); // tx, rx
+
+unsigned int hash(unsigned int x);
+void identify(unsigned int m, Rgb&);
+
+#endif
\ No newline at end of file