Arduino playground - TimedAction Library
january 2011 by infovore
"TimedAction is a library for the Arduino. It is created to help hide the mechanics of how to implement Protothreading and general millis() timing. It is sutied for those actions that needs to happen approximately every x milliseconds." Aha.
arduino
timers
scheduling
january 2011 by infovore
Arduino playground - Timer1
january 2011 by infovore
"This library is a collection of routines for configuring the 16 bit hardware timer called Timer1 on the ATmega168/328." (Timers look hard).
timers
arduino
code
interrupt
january 2011 by infovore