program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

UVSensor.cpp

Committer:
tdale19
Date:
2016-03-31
Revision:
8:28f8162d2929

File content as of revision 8:28f8162d2929:

#include "mbed.h"

AnalogIn UVSensor(PTB2);

float get_UV(){
    return UVSensor;
}