Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hepta9axis HeptaBattery HeptaCamera_GPS HeptaTemp HeptaXbee SDFileSystem mbed
Revision 22:3c013a3a56cf, committed 2017-09-12
- Comitter:
- HEPTA
- Date:
- Tue Sep 12 08:47:44 2017 +0000
- Parent:
- 21:0d70132497a2
- Child:
- 23:ac2e4bf32370
- Commit message:
- thermal chamber
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 12 08:33:21 2017 +0000
+++ b/main.cpp Tue Sep 12 08:47:44 2017 +0000
@@ -26,7 +26,7 @@
tt.start();
temper.temp_sensing_vol(&voltage);
temper.temp_sense(&temp);
- xbee.printf("Volt = %f,Temp = %f\r\n",voltage,&temp);
+ xbee.printf("Volt = %f,Temp = %f\r\n",voltage,temp);
wait(0.5);
timer = tt.read();
fprintf(fp,"%f,%f,%f\r\n",timer,voltage,temp);
@@ -42,7 +42,7 @@
tt.start();
temper.temp_sensing_vol(&voltage);
temper.temp_sense(&temp);
- xbee.printf("Volt = %f,Temp = %f\r\n",voltage,&temp);
+ xbee.printf("Volt = %f,Temp = %f\r\n",voltage,temp);
wait(0.5);
timer = tt.read();
fprintf(fp,"%f,%f,%f\r\n",timer,voltage,temp);