// recovered archive

pgmfi.org wiki

honda / acura ecu development · TWiki library capture · forum archive →

91PM6 ECU LED CEL

Library.91PM6_ECU_LED_CEL · r1.1 · · guest

Dave: I went looking though code trying to find the CEL routine you spoke of. is it at 026E?

J. Wong: yup! or thereabouts...

Dave: I couldn't figure the code out worth a damn tho :) that's the routine that makes it blink... I was loking for a delay loop of some variety or a way to deternine how many times to blink and I got lost there

J. Wong: haha... very simple really ... well, i don't know all there is to know about it but, this routine is part of the timer 0 interrupt handler which runs at 100 Hz ... so it's just a matter of waiting the right number of interrupts to turn on/off the led... a little tricky but not overly so