Magister54 / opengauge

Automatically exported from code.google.com/p/opengauge
126 stars 68 forks source link

Arduino 1.0.1 onward - will not compile OBDuino 32k #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 1.0.1 Arduino. 
2. Load code.
3. Click Compile.

What is the expected output? What do you see instead?
"Success" (Compiled image).
"Failure" (Compilation errors).

What version of the product are you using? On what operating system?
Arduino 1.0.1

Please provide any additional information below.
There's numerous compilation issues in the new Arduino 1.0.1 due to changes 
involving PROGMEM.
I've found and managed to get it to compile by modifying it to suit the changes 
required of PROGMEM - see thread here:
http://arduino.cc/forum/index.php/topic,140872.0.html

Unfortunately I've made many changes to the base OBDuino 32k image for my 
purposes (using MUT proprietary protocol).

Original issue reported on code.google.com by ja...@ilovemyspam.com on 8 Jan 2013 at 9:37

GoogleCodeExporter commented 9 years ago
Can you please share the details about your integration with MUT protocol? I 
have a Mitsubishi Lancer 1.6 (4G18) and I also want to work with MUT since it 
provides the AFR also.

Original comment by atti...@gmail.com on 17 Apr 2013 at 9:14