1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Support RP2040 hardware SPI (#5466)

This commit is contained in:
Clyde Stubbs
2023-10-03 08:24:20 +11:00
committed by GitHub
parent e87c8d550b
commit 205f41509b
2 changed files with 61 additions and 11 deletions

View File

@@ -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