program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
0:547856de255b
Child:
1:e0fc716e2394
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RGBSensor.h	Fri Mar 11 23:43:27 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef RGB
+#define RGB
+#include "RGBSensor.cpp"
+
+extern ISL29125 RGB_sensor;
+void RGB_init();
+void get_rgb(uint16_t rgb[]);
+