Open OBC / e36obd

Dependents:   obdtest

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers E36obd.h Source File

E36obd.h

00001 #ifndef E36OBD_H
00002 #define E36OBD_H
00003 
00004 #include "mbed.h"
00005 
00006 #include "DS2.h"
00007 #include "Bus.h"
00008 
00009 extern Serial dbg;
00010 
00011 
00012 class E36obd
00013 {
00014     DS2* ds2;
00015     
00016 public:
00017     E36obd();
00018     E36obd(DS2* ds2);
00019     ~E36obd();
00020     
00021     void test();
00022     void resetAirbagError();
00023 };
00024 
00025 
00026 
00027 #endif //E36OBD_H