Search found 1 match

by micro_step
Sat Jul 20, 2024 11:50 am
Forum: ESP32 Arduino
Topic: problem with timers in the V3.x arduino ide board manager
Replies: 0
Views: 840

problem with timers in the V3.x arduino ide board manager

In version 2.x (espressif systems esp32 board manager) the timer configuration for example “timer = timerBegin(1,80,true);” allows you to choose the timer in this case timer1 but in version 3. x you only enter the frequency e.g. “timer = timerBegin(1000000);” then when I want to stop the timer if i...