Every N Seconds ...

Hi Mark

Could you pls help on the below link

Thanks
https://plus.google.com/100025041564278569557/posts/SmxSNUunQSN

Does anyone know what size value the argument for EVERY_N_SECONDS can handle? Can I use this for (rough) timing over hours, for instance?

@Bill_Goodrich I know you asked this a long time ago, but I randomly just saw your question.
EVERY_N_MILLISECONDS accepts a uint32_t value.
EVERY_N_SECONDS accepts a uint16_t value.
EVERY_N_MINUTES accepts a uint16_t value.
EVERY_N_HOURS accepts a uint8_t value.