View Single Post
Old 08-28-2008, 12:19 AM   #3 (permalink)
forgottenmindset
testing the waters
 
Join Date: Jun 2008
Location: usa
Posts: 40
Thanks: 0
Thanked 1 Time in 1 Post


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.

Last edited by Daox; 08-28-2008 at 12:19 PM.. Reason: fix image link
  Reply With Quote