9 years ago.

What if timer overflow?

Hello,

What would happen after the timer hits it's max value after approximately 30min? Would it start count from zero or do some other stuff?

Also, is there a way to set timer at some precise value, e.g. 10s?

Question relating to:

1 Answer

9 years ago.

Hi,

timer is running from us ticker, which in most cases is uint32t timer, which wraps around and continues.

Why would you want to set Timer?