View Single Post
Old 04-18-2011, 01:15 PM   #26 (permalink)
bobski
EcoModding Apprentice
 
Join Date: Jan 2010
Location: Newark, DE
Posts: 143

'91 CRX - '91 Honda CRX DX
90 day: 34.91 mpg (US)
Thanks: 0
Thanked 14 Times in 14 Posts
Any interest in merging projects? I've been slow in writing the UI pages themselves, but the framework is all in place on the MPGshield project. Right now it just has a VSS info page, injector info page, and instant/average MPG page. All I ask is that the code remain hardware-neutral (standard libraries where available, #define pin numbers and such) and is reasonably readable and/or well-commented, which IIRC is among your goals as well.
Here's the current code, including stuff to control an external 4 digit 7-segment display via an SAA1064 chip via I2C. The display comms are one-way, so it doesn't hurt anything if there's no chip to talk to.
http://dl.dropbox.com/u/9882625/MPGshield_0.3.pde

Last edited by bobski; 04-18-2011 at 01:22 PM.. Reason: added link
  Reply With Quote