Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By SpenZerX
#5983 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?