Isn't that an led next to the transistor....
Ohhh, I think that's a typo, it should say "Lcd"
Ok, so I clipped the led and and soldered the legs together, and bam! now I got backlight!
But now I don't have an injector pulse??? C'est la vie
dcb, dude... I love you
Thanks for all this effort you put into this project, it's inspired me to program again
I made a program that keeps your top speed record, and even tried making a 0 to 60mph program that acts as another screen (and works) except the instantmph() function won't compare...
if( instantmph() <= 60 )
...
else
always ends up here even past 60
any thoughts?
Also it seems that the clock is only accurate within a half a second, it always rounds in that threshhold, is there a more accurate way or am I wasting time.