demo new haven display

Dependencies:   LCD Menu ButtonCtrl TimeManagement EventLog AddressMap emic2

ESCM 2000 Control and Display application provides interface for the LPC1768 processor boards with the ECSM 2000 system.

This application implements SW interface : - RX 485 Receive from physical system - RX 485 Interface to send toECOM / ESCM board - CAN Interface to send to ECOM / ESCM board - 4x40 LCD with menu controls - RTC configuration -EMIC2 Sound Card - GPIO Extender to push buttons etc

Revision:
10:f221dd1ef77b
Parent:
8:f15a5358883c
--- a/main.cpp	Fri Sep 27 13:42:19 2019 +0000
+++ b/main.cpp	Tue Mar 17 17:24:16 2020 +0000
@@ -49,7 +49,7 @@
 /*-------------------------------------------------------------------
  * define displays
  *-------------------------------------------------------------------*/
-Serial pc(USBTX, USBRX); // tx, rx
+Serial pc(USBTX, USBRX, 115200); // tx, rx
 
 #define MAX_THREADS 6
 Thread * threads [MAX_THREADS]; 
@@ -277,6 +277,9 @@
 #if DEBUG
         UpdatePerfDataStop(&g_perfData.task[3]);
 #endif
+
+        escmEventLog.save();
+        
         Thread::wait(200);
     }
 }