mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 18:40:21 +00:00
Add Default for the thingplus ws2812 (#1312)
This commit is contained in:
parent
7f7232541a
commit
cd54c3297d
@ -34,6 +34,10 @@
|
||||
#define PICO_DEFAULT_LED_PIN 25
|
||||
#endif
|
||||
|
||||
#ifndef PICO_DEFAULT_WS2812_PIN
|
||||
#define PICO_DEFAULT_WS2812_PIN 8
|
||||
#endif
|
||||
|
||||
// Default I2C - for qwiic connector
|
||||
#ifndef PICO_DEFAULT_I2C
|
||||
#define PICO_DEFAULT_I2C 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user