program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Committer:
tdale19
Date:
Mon Apr 18 16:41:40 2016 +0000
Revision:
13:906a647d7bd1
Parent:
8:28f8162d2929
Jeriah on Tom's mbed id, fixed the sd save horizontal problem

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tdale19 8:28f8162d2929 1 #ifndef UVread
tdale19 8:28f8162d2929 2 #define UVread
tdale19 8:28f8162d2929 3
tdale19 8:28f8162d2929 4 float get_UV();//function declaration for UV getter
tdale19 8:28f8162d2929 5
tdale19 8:28f8162d2929 6 #endif