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.cpp	Thu Mar 31 17:53:11 2016 +0000
@@ -0,0 +1,7 @@
+#include "mbed.h"
+
+AnalogIn UVSensor(PTB2);
+
+float get_UV(){
+    return UVSensor;
+}
\ No newline at end of file