View Single Post
Old 04-17-2011, 10:25 PM   #20 (permalink)
FalconFour
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Agh, I need to check back here more often.

I've been starting work on the MPGuino rebuild, centering first around cleaner code, more tightly integrated into the Arduino platform, to enable more people to participate in its development (and take better advantage of the new 328 chip).

I'm first working on moving over the essential functions of MPGuino - the core loops of calculating the raw figures used in the program, initializing the LCD (hopefully using Arduino LCD library), interrupts, I/O, etc. MPGuino's strong point is that it's very accurate and reliable, and its weakest point is its poor user interface design. I'm working first on duplicating that accurate and reliable point, and then working on re-writing the entire user interface to be more usable (see the previous scanned page for the UI plan).

Now that I finally started on it, you can probably expect some kind of code post either later tonight or a little later in the week... I expect this to go pretty quick once I actually start really working on it
  Reply With Quote