tvago1972 / MPGuino

MPGuino is a great Arduino/AVR based fuel trip computer that calculates mileage by directly reading fuel injector pulses and vehicle speed pulses. Great for pre-OBDII cars, and more accurate than OBDII-based trip computers.
http://www.ecomodder.com
GNU General Public License v3.0
8 stars 3 forks source link

Change include eeprom.h to lower case to make it compile on linux #26

Open Kan-El opened 9 months ago

Kan-El commented 9 months ago

Since Linux is case-sensitive the IDE doesn't find eeprom.h when capitalized.