View Single Post
Old 02-10-2009, 10:19 AM   #378 (permalink)
MazdaMatt
Master EcoModder
 
Join Date: Jun 2008
Location: London, Ontario
Posts: 1,096

2k2Prot5 - '02 Mazda Protege5
90 day: 33.82 mpg (US)
Thanks: 0
Thanked 17 Times in 14 Posts
Never underestimate the power of your processor. Make generous use of the timer interrupts, and feel free to run them FAST as long as you aren't doing long arduous calculations. Main loop doesn't make things run faster than if they were in a timer interrupt.

If you have an easy way (pre-written driver?) to burn values into eprom, you could do the exact same method as above, but instead of pipe the array out the serial port, you could just copy it to eprom, bring it to the computer and carry on from there.
  Reply With Quote