OBD Source Code -Section 1- Without Car / Section 2 - With car

Dependencies:   mbed

Committer:
bala0x07
Date:
Mon Apr 03 06:02:26 2017 +0000
Revision:
2:49712259aa71
Parent:
1:c23c05b36e33
This particular source code has two independent sections, comment any one of the following before proceeding

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bala0x07 0:e36d80703ed0 1
bala0x07 0:e36d80703ed0 2 void received_data_verification(char*, char*, char);
bala0x07 0:e36d80703ed0 3 //char* copy_characters(char *copy_char_pointer, char start_position, char end_position);
bala0x07 0:e36d80703ed0 4 void process_battery_voltage(char *battery_voltage_pointer);
bala0x07 0:e36d80703ed0 5 void process_vehicle_speed(char *vehicle_speed_pointer);
bala0x07 1:c23c05b36e33 6 void process_dtc_data(char *dtc_data_pointer);
bala0x07 1:c23c05b36e33 7 void process_mil_data(char *mil_data_pointer);
bala0x07 1:c23c05b36e33 8 void process_dtc_data(char *dtc_data_pointer);
bala0x07 0:e36d80703ed0 9 void fetch_battery_voltage(void);
bala0x07 0:e36d80703ed0 10 void fetch_vehicle_speed(void);
bala0x07 0:e36d80703ed0 11 void fetch_vin_number(void);
bala0x07 0:e36d80703ed0 12 void check_for_dtc(void);
bala0x07 1:c23c05b36e33 13 void check_for_MIL(void);
bala0x07 1:c23c05b36e33 14 void check_for_dtc(void);
bala0x07 2:49712259aa71 15 void fetch_engine_rpm(void);
bala0x07 2:49712259aa71 16 void process_engine_rpm(char*);
bala0x07 2:49712259aa71 17 void rpm_padding_for_comm_test();
bala0x07 0:e36d80703ed0 18 void initialize_obd(void);
bala0x07 0:e36d80703ed0 19
bala0x07 0:e36d80703ed0 20
bala0x07 0:e36d80703ed0 21
bala0x07 0:e36d80703ed0 22
bala0x07 0:e36d80703ed0 23