You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ws2812_driver.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ WS2812_DRIVER = spi
85
85
86
86
Configure the hardware via your config.h:
87
87
```c
88
-
#defineWS2812_SPI SPID1 // default: SPID1
88
+
#defineWS2812_SPI_DRIVER SPID1 // default: SPID1
89
89
#define WS2812_SPI_MOSI_PAL_MODE 5 // MOSI pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5
90
90
#define WS2812_SPI_SCK_PIN B3 // Required for F072, may be for others -- SCK pin, see the respective datasheet for the appropriate values for your MCU. default: unspecified
91
91
#define WS2812_SPI_SCK_PAL_MODE 5 // SCK pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5
0 commit comments