f211

Dependencies:   mbed-dev1

Fork of OBD21121 by Surendar S

Committer:
takeuz
Date:
Thu Aug 10 11:38:15 2017 +0000
Revision:
17:8c76a8b1f46f
Parent:
15:47abd7926beb
updated OBD code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takeuz 2:d58ef72b4ab0 1 void clearMemoryLocation( char *base, int _size);
takeuz 7:42cb4b01909c 2 void setCanMessage(char*);
takeuz 2:d58ef72b4ab0 3 void timeCounterFunction();
takeuz 2:d58ef72b4ab0 4 void checkCommunicationProtocol();
takeuz 2:d58ef72b4ab0 5 void sleepProcess();
takeuz 7:42cb4b01909c 6 void processUserCommand();
takeuz 2:d58ef72b4ab0 7 void powerSaveMode();
takeuz 2:d58ef72b4ab0 8 void tprintf( char* str, int num);
takeuz 2:d58ef72b4ab0 9 void sendResponseToInterface();
takeuz 7:42cb4b01909c 10 int checkForLocalInterfaceCommand();
takeuz 7:42cb4b01909c 11 void clearInterfaceCommand();
takeuz 7:42cb4b01909c 12 int initializeKLine();
takeuz 7:42cb4b01909c 13 void writeToKLine();
takeuz 15:47abd7926beb 14 int fastInitializeKLine();