Home
last modified time | relevance | path

Searched refs:LEDC_OUTPUT_IO (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_basic/main/
Dledc_basic_example_main.c15 #define LEDC_OUTPUT_IO (5) // Define the output GPIO macro
39 .gpio_num = LEDC_OUTPUT_IO, in example_ledc_init()
/hal_espressif-3.6.0/examples/peripherals/pcnt/pulse_count_event/main/
Dpcnt_event_example_main.c50 #define LEDC_OUTPUT_IO 18 // Output GPIO of a sample 1 Hz pulse generator macro
97 ledc_channel.gpio_num = LEDC_OUTPUT_IO; in ledc_init()
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_basic/
DREADME.md23 …put GPIO pin. To change them, adjust `LEDC_FREQUENCY`, `LEDC_DUTY`, `LEDC_OUTPUT_IO` macros at the…