From d3cff88a0f0356ede949ff65b456e010ec3e358c Mon Sep 17 00:00:00 2001 From: Gagootron Date: Wed, 20 Mar 2024 09:17:26 +0100 Subject: [PATCH] add phase_angle to ledc component (#3671) --- components/output/ledc.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/output/ledc.rst b/components/output/ledc.rst index fe6dd62ab..305b84350 100644 --- a/components/output/ledc.rst +++ b/components/output/ledc.rst @@ -83,6 +83,11 @@ channel 0, 2, 4, 6 for each output. This will prevent issues that arise from aut which chooses adjacent channels with shared timers. See `Issue #3114 `__ for more details. +- **phase_angle** (*Optional*, float): Set a phase angle to the other channel of this timer. + Range 0-360°, defaults to 0° + +Note: this variable is only available for the esp-idf framework + Recommended frequencies -----------------------