Millis()

From Microduino Wiki
Revision as of 06:25, 12 August 2016 by Fengfeng (talk) (Created page with "<pre style="color:green"> unsigned long millis (void) </pre> Millisecond time<br> Get the time the machines runs for. The recorded time of the system is near to 50 days, and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
unsigned long millis (void)

Millisecond time

Get the time the machines runs for. The recorded time of the system is near to 50 days, and it will start from 0 if over time.

  • Warning:

Time is of unsigned long type, If save time in int you will get incorrect result: [Return to Arduino Syntax Manual]