LCD implementation of our project.
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 |
diff -r 4bed81856c2f -r 97389d774ae1 main.cpp --- 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);