Search found 1 match

by samisabz
Mon Feb 14, 2022 6:48 pm
Forum: Hardware
Topic: LEDC dual PWM with phase control
Replies: 1
Views: 1544

LEDC dual PWM with phase control

Hi, I'm trying to generate two pwm signals using the LEDC controller, and I need one pulse to be exactly starting after the first one. With settings usually around 50 - 400 Hz and pulse width of around 30 - 150 uS My approach is use ets_delay_us() to delay the start on the second ledc timer by the p...