simple program to control Izebel's lights for Firefly

Dependencies:   mbed

Revision:
0:02f4f92c778a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ColorConversion.h	Sun Jun 19 00:10:54 2016 +0000
@@ -0,0 +1,5 @@
+#ifndef COLORCONVERSION_H 
+#define COLORCONVERSION_H 1
+#include "mbed.h"
+void convertHSVtoRGB(const int* hsBuf, uint8_t* rgbBuf,size_t len,int CVALUE);
+#endif
\ No newline at end of file