Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

Revision:
8:d582d7293e0a
Parent:
7:b8647f72947c
Child:
9:5ad2f7f3100e
--- a/main.cpp	Thu Mar 31 16:34:14 2016 +0000
+++ b/main.cpp	Thu Mar 31 16:35:54 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;