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.cpp
00001 #include "E36obd.h" 00002 00003 E36obd::E36obd() 00004 { 00005 this->ds2 = new DS2(new Bus(p9, p10), new Bus(p13, p14)); 00006 } 00007 00008 E36obd::E36obd(DS2* ds2) 00009 { 00010 this->ds2 = ds2; 00011 } 00012 00013 void E36obd::resetAirbagError() 00014 { 00015 00016 } 00017 00018 void E36obd::test() 00019 { 00020 ds2->testModule(0x12); 00021 ds2->snoop(); 00022 }
Generated on Fri Jul 22 2022 12:21:05 by
1.7.2