uint32_t millis();uint32_t millis();Time from returning to LinkIt to enable the current program to the present(unit:ms).
uint32_t:Time from LinkIt enabling the current program to the present in ms.
uint32_t t; void setup() { } void loop() { t = millis(); delay(2000); }
wiring.h