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