Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

Files at this revision

API Documentation at this revision

Comitter:
tdale19
Date:
Thu Mar 31 16:53:11 2016 +0000
Parent:
8:d582d7293e0a
Commit message:
Problem with multiple SDFileSystems solved

Changed in this revision

TMP102.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TMP102.lib	Thu Mar 31 16:35:54 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://developer.mbed.org/users/tdale19/code/TEMP_Test/#f93c4ce1f910
--- a/main.cpp	Thu Mar 31 16:35:54 2016 +0000
+++ b/main.cpp	Thu Mar 31 16:53:11 2016 +0000
@@ -9,7 +9,7 @@
 DigitalOut ledRed(LED_RED);
 Serial pc(USBTX,USBRX);
 
-int main() {//main function, calls other files to move temp, RGB, PV, UV all to one managable function
+int main() {//main function, calls other files to move temp,RGB,PV,UV all to one managable function
     float lastTime = 0;
     float interval = 0.5;
     ledRed = 0;