Micros()
Posted: Tue Dec 30, 2014 3:11 pm
Hello,
i want to measure the time between Interrupts.
On Arduino i used:
long time = micros();
duration = time - lastTime;
How to do it on ESP8266?
i want to measure the time between Interrupts.
On Arduino i used:
long time = micros();
duration = time - lastTime;
How to do it on ESP8266?