Well, that's the link to the repo... I took a quick glance at it, and I see a few "ino" files under the Software folder, I thought you were compiling one of those. Yes, it is of course expected that there will be a million libraries, and some libraries may not be available on some Arduino models. Either way, I can try to take a look if you give me more solid directions
OK. Bear with me here, I'm a moron and don't know what I'm doing.
So I grabbed the entire thing in zip form, and unzipped it to my ide. Hit compile and hit with multiple errors. The library files seem fairly easy, I was able to zip most of those off of github. Once those were out of the way, it seems to be mostly syntax? (The last time I did anything resembling coding was qbasic in jr.high, so forgive my terminology)
Errors like "expected , or ;" ( place one of those in front...compile, seems to move past it but it feels like a bandaid)
"So and so doesn't name a type" Googling shows I need to type "void int xxxxx". Once again it moves past it but it doesn't feel right.
Anyhow, plan here was to eventually make it work and then upload the entire thing to github so the next carburetor guy has a shot at this. Taking no credit, obviously. Unless someone had already done it, then I'm certainly not to proud to copy/paste and get my car running that much faster.
If you are willing to just take a look and point me in the correct direction, I've been on this off and on for about a month and I'm not expecting anyone to edit the entire thing for me.
I hope that made sense. I'm not even sure it made sense to me at this point.