Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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