Test temperature for the near space lab
Dependencies: SDFileSystem mbed TEMP_Test
Fork of RGB_Test by
Revision 9:5ad2f7f3100e, committed 2016-03-31
- 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 |
diff -r d582d7293e0a -r 5ad2f7f3100e TMP102.lib --- 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
diff -r d582d7293e0a -r 5ad2f7f3100e main.cpp --- 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;