program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

SolarPanel.h

Committer:
tdale19
Date:
2016-03-31
Revision:
7:6becc29457ce

File content as of revision 7:6becc29457ce:


#ifndef SOLARPanel   
#define SOLARPanel

float get_solar();//function declaration for solar panel voltage getter

#endif