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:
7:0244f1a26545
Parent:
6:010ceb99f7b0
--- a/ESCMControlApp.h	Tue Sep 17 13:48:57 2019 +0000
+++ b/ESCMControlApp.h	Tue Sep 17 14:24:27 2019 +0000
@@ -76,8 +76,6 @@
 
 extern emic2 speaker;
 
-extern CircularBuffer<event_t, 64> message_queue;
-
 extern CircularBuffer<event_t, 64> event_queue;
 
 extern CircularBuffer<playbackMessage_t, 10> playback_queue;
@@ -110,7 +108,6 @@
         static void getTime(char *timeBuffer);
         static void setTime(int hours, int mins, int sec, int months, int days, int years );
         
-        static void postEvent (uint16_t address);
         static void postEvent (uint16_t address, uint16_t source);
      
         int cur_address;