-->
Page 1 of 1

Micros()

PostPosted: Tue Dec 30, 2014 3:11 pm
by SpenZerX
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?