View Single Post
Old 10-01-2008, 08:39 PM   #731 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Not exactly.

to go "lcdless"
remove the // from the # define line,
change the appropriate value in the parms[] line,
use the parmsLabels line to help you figure out which position is which.

I.e. the 500000000ul is the third number in parms, and it corresponds to the third parmlabel "MicroSec/Gallon".

Code:
//#define usedefaults true
unsigned long  parms[]={95ul,8208ul,500000000ul,3ul,420000000ul,10300ul,500ul,2400ul,0ul,2ul};//default values
char *  parmLabels[]={"Contrast","VSS Pulses/Mile", "MicroSec/Gallon","Pulses/2 revs","Timout(microSec)","Tank Gal * 1000","Injector DelayuS","Weight (lbs)","Scratchpad(odo?)","VSS Delay ms"};

__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote