As the title says... Chat on...

User avatar
By dpwhittaker
#11583 I would guess the native api uses a 32-bit integer, or about 4 billion us, 4,000 s, or 66 minutes.

You can always loop with a one minute delay in each iteration if you need to delay longer... What are you trying to do?
User avatar
By ulumu
#11587 Looking at the tmr module, it is in fact based on micro-sec (us) as the unit, since the os delay api is based on "us".

Regarding the max value, it is a signed 32bit type, but only allow +ve number. i.e. the range is from 0 : 2^31-1 "us"