program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
8:28f8162d2929
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UVSensor.h	Thu Mar 31 17:53:11 2016 +0000
@@ -0,0 +1,6 @@
+#ifndef UVread  
+#define UVread
+
+float get_UV();//function declaration for UV getter
+
+#endif