Am I right in thinking that the timer works in thousandths of a second, ie timer.performWithDelay(1000,f, 0) will perform function f every second?
I ask this because when I use a timer with (1,f,0) it performs at the same frequency as (10,f,0), and I am not sure why