Firestr Timer Demo

Added a timer to firestr. Now you can do simple animations, or anything that requires timing.

Example use

my_timer = app:timer(50, "step()")
function step()
end

The function specified is called every 50 milliseconds.