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

Dependencies:   mbed

Revision:
2:49712259aa71
Parent:
1:c23c05b36e33
--- a/obd_libraries.h	Sun Mar 19 22:57:49 2017 +0000
+++ b/obd_libraries.h	Mon Apr 03 06:02:26 2017 +0000
@@ -12,6 +12,9 @@
 void check_for_dtc(void);
 void check_for_MIL(void);
 void check_for_dtc(void);
+void fetch_engine_rpm(void);
+void process_engine_rpm(char*);
+void rpm_padding_for_comm_test();
 void initialize_obd(void);