Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi. What is maximum for sleep function .. is possible to set every hour ?? or more ?? for example every 4 hour ??
regards.
The function takes an unsigned long, so the longest you can sleep is 4,294,967,295 milliseconds. That's 1,193 hours or 49.7 days.
oh it's really long .. thanks.