f211

Dependencies:   mbed-dev1

Fork of OBD21121 by Surendar S

Revision:
7:42cb4b01909c
Parent:
2:d58ef72b4ab0
Child:
15:47abd7926beb
--- a/functions.h	Mon Feb 27 10:46:09 2017 +0000
+++ b/functions.h	Fri Mar 24 14:16:24 2017 +0000
@@ -1,10 +1,14 @@
 void clearMemoryLocation( char *base, int _size);
-void clearCanMessage();
+void setCanMessage(char*);
 void timeCounterFunction();
 void checkCommunicationProtocol();
 void sleepProcess();
-void sendCommand();
+void processUserCommand();
 void powerSaveMode();
 void tprintf( char* str, int num);
 void sendResponseToInterface();
-void checkForLocalInterfaceCommand();
\ No newline at end of file
+int checkForLocalInterfaceCommand();
+void clearInterfaceCommand();
+int initializeKLine();
+void writeToKLine();
+int fastInitializeKLine();