example: add onewire_ds18b20 example

This commit is contained in:
wangyuanze
2022-07-04 18:42:19 +08:00
committed by morris
parent ab0c4abd6e
commit 20afcc96a8
14 changed files with 1175 additions and 0 deletions

View File

@@ -518,6 +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`
API Reference
-------------