mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Support RP2040 hardware SPI (#5466)
This commit is contained in:
@@ -42,6 +42,14 @@ switch:
|
||||
output: pin_4
|
||||
id: pin_4_switch
|
||||
|
||||
|
||||
spi: # Pins are for SPI1 on the RP2040 Pico-W
|
||||
miso_pin: 8
|
||||
clk_pin: 10
|
||||
mosi_pin: 11
|
||||
id: spi_0
|
||||
interface: hardware
|
||||
|
||||
#light:
|
||||
# - platform: rp2040_pio_led_strip
|
||||
# id: led_strip
|
||||
|
||||
Reference in New Issue
Block a user