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: mbed mbed-rtos MLX90614
Revision 10:97389d774ae1, committed 2015-06-03
- Comitter:
- ovidiup13
- Date:
- Wed Jun 03 17:42:47 2015 +0000
- Parent:
- 9:4bed81856c2f
- Commit message:
- working version, comment out thermo in main;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jun 03 17:38:08 2015 +0000
+++ b/main.cpp Wed Jun 03 17:42:47 2015 +0000
@@ -58,10 +58,11 @@
Compass *compass = new Compass(&st7565, main_menu, &gyro, &thermo);
main_menu->addItem(compass);
-
+ /*
//create thermo screen
Thermometer *thermo_screen = new Thermometer(&st7565, main_menu, &gyro, &thermo);
main_menu->addItem(thermo_screen);
+ */
/*
Measure *thermo = new Measure(" Thermometer", &st7565, main_menu);