Dual CANbus monitor and instrumentation cluster

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed

Fork of CANary by Tick Tock

Revision:
88:45185a5f1c9b
Parent:
87:46ac3f2519d6
Child:
92:935adef49ea4
--- a/utility.h	Fri Apr 19 02:06:59 2013 +0000
+++ b/utility.h	Sat Apr 20 17:08:40 2013 +0000
@@ -58,14 +58,12 @@
     void mbed_reset();
     void RTC_IRQHandler();
     void RTC_Init (void);    
-    void logMsg (char *msg);
+    void printMsg (char *msg);
     void touch_ISR();
     unsigned short getTimeStamp();
     void logCan (char mType, CANMessage canRXmsg);
     void logTS ();    
-    void logErrMsg (char * errMsg); // gg - messeges
-    //void sendCPreq();    
-    //void sendTreq();    
+    void logEventMsg (char * eventMsg); // gg - messeges
     void sendReq();    
     void autoPollISR();
     void playbackISR();