stanleyhuangyc / ArduinoOBD

OBD-II library and sketches for Arduino
http://freematics.com
977 stars 519 forks source link

Another compiling issue #11

Open markboekelaar opened 10 years ago

markboekelaar commented 10 years ago

Hi,

Using the latest commits, i have the following issue when compiling the UART sample: "OBD/OBD.cpp.o:(.rodata._ZTV4COBD+0x8): undefined reference to `COBD::uninit()'" Also, the example seems to missing the include for the Wire.h file. I've had to revert to the commit from the 5th of June to get a working libary. Could you fix this please?

Thanks in advance,

Mark

stanleyhuangyc commented 10 years ago
The latest revision has already added
  missing uninit() in OBD.cpp
  On 2014/6/17 4:24, markboekelaar wrote:

  Hi,
  Using the latest commits, i have the following issue:
    "OBD/OBD.cpp.o:(.rodata._ZTV4COBD+0x8): undefined reference to
    `COBD::uninit()'"
    Also, the example seems to missing the include for the Wire.h
    file.
    I've had to revert to the commit from the 5th of June to get the
    working libary.
    Could you fix this please?
  Thanks in advance,
  Mark
  —
    Reply to this email directly or view
      it on GitHub.