Home
last modified time | relevance | path

Searched refs:LEDC_FREQUENCY (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_basic/main/
Dledc_basic_example_main.c19 #define LEDC_FREQUENCY (5000) // Frequency in Hertz. Set frequency at 5 kHz macro
28 .freq_hz = LEDC_FREQUENCY, // Set output frequency at 5 kHz in example_ledc_init()
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_basic/
DREADME.md23 …kHz, duty cycle in 50%, and output GPIO pin. To change them, adjust `LEDC_FREQUENCY`, `LEDC_DUTY`,…
25 Depending on the selected `LEDC_FREQUENCY`, you will need to change the `LEDC_DUTY_RES`.