View Single Post
Old 08-01-2008, 10:44 AM   #473 (permalink)
cmags
EcoModding Apprentice
 
cmags's Avatar
 
Join Date: Apr 2008
Location: Marietta, GA
Posts: 139

Scoob - '05 Subaru Impreza Outback Sport SE
90 day: 25.28 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by dcb View Post
8/1/2008
updates for v0.68

Removed all dependencies on timer0 so we should be arduino 0012 compatible. This also establishes an ISR under our control for scheduling events. Disabled Timer0 so use millis2(), delay2(), etc.

Knocked off a few hundred bytes by converting LCD to a namespace instead of a class.
Is arduino 0012 available yet? Don't see it on arduino.cc. I'd like to see if it resolves the video driver crash I get sometimes while running arduino (on two different machines).
  Reply With Quote