Merge branch 'docs/fix_rmt_link' into 'master'

docs: update link to rmt onewire example

See merge request espressif/esp-idf!23514
This commit is contained in:
Marius Vikhammer 2023-04-28 15:19:07 +08:00
commit fbe8a6a320

View File

@ -518,7 +518,7 @@ Application Examples
* RMT transactions in queue: :example:`peripherals/rmt/musical_buzzer`
* RMT based stepper motor with S-curve algorithm: : :example:`peripherals/rmt/stepper_motor`
* RMT infinite loop for driving DShot ESC: :example:`peripherals/rmt/dshot_esc`
* RMT simulate 1-wire protocol (take DS18B20 as example): :example:`peripherals/rmt/onewire_ds18b20`
* RMT simulate 1-wire protocol (take DS18B20 as example): :example:`peripherals/rmt/onewire`
API Reference
-------------