1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[esp32_rmt] Set pull-up and open-drain modes based on pin schema (#8178)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Jonathan Swoboda
2025-02-06 23:09:24 -05:00
committed by GitHub
parent 4eb551864d
commit 7e626b04f2
8 changed files with 25 additions and 18 deletions

View File

@@ -3,7 +3,6 @@ remote_transmitter:
pin: ${pin}
carrier_duty_percent: 50%
clock_resolution: ${clock_resolution}
one_wire: ${one_wire}
rmt_symbols: ${rmt_symbols}
use_dma: ${use_dma}

View File

@@ -1,7 +1,6 @@
substitutions:
pin: GPIO2
clock_resolution: "2000000"
one_wire: "true"
rmt_symbols: "64"
use_dma: "true"

View File

@@ -1,7 +1,6 @@
substitutions:
pin: GPIO2
clock_resolution: "2000000"
one_wire: "true"
rmt_symbols: "64"
use_dma: "true"

View File

@@ -1,7 +1,6 @@
substitutions:
pin: GPIO38
clock_resolution: "2000000"
one_wire: "true"
rmt_symbols: "64"
use_dma: "true"