Unable to get timers to compile on ESP32 nano - Arduino Forum
Regards. Wayne in NH. have a look at this ESP32 code which measures pulse width and rising edge-to-edge time using timer1 updated to use Arduino ESP32 core 3. 0. pulseEdge = timerReadMicros(Timer1_Cfg); timerRestart(Timer1_Cfg); pulseWidth = (timerReadMicros(Timer1_Cfg)); Serial. begin(115200);
more
|