View Single Post
Old 06-17-2012, 08:07 PM   #1 (permalink)
manalar
EcoModding Lurker
 
Join Date: Apr 2012
Location: California
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Need help - mpg display

I want to build a instantaneous mpg display for my 2007 Toyota Corolla using Arduino Uno and a 7 segment display. I am trying to "extract" the code that deals with instantaneous mpg calculation from obduino32K.pde and I need help (i am not C expert ).

I believe most of the core logic is in get_icons (calculates instantenous mpg), accu_trip and get_pid; however there is so much extra logic to support other features that I am struggling . Any inputs/pointers is much appreciated.

  Reply With Quote