bmw ds2 for e36
Embed:
(wiki syntax)
Show/hide line numbers
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
Generated on Fri Jul 22 2022 12:21:05 by
1.7.2