Is in PicaxeBasic something like GetTickCount in C++? I would like measure how long does some operation take
Start a timer, run the task,
Start a timer, run the task, display the elapsed time when the task is done =)
Yes, but how exactly
Yes, but how exactly start the timer a get the timer value? Using peek function?
All the info you need is in
All the info you need is in the manuals - using peek and poke is one method, but there are alternatives such as making use of settimer.
I have only 08M and 20M
I have only 08M and 20M
What is the peek address of
What is the peek address of a timer?