mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-16 05:42:56 +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
|
#define PICO_DEFAULT_LED_PIN 25
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef PICO_DEFAULT_WS2812_PIN
|
||||||
|
#define PICO_DEFAULT_WS2812_PIN 8
|
||||||
|
#endif
|
||||||
|
|
||||||
// Default I2C - for qwiic connector
|
// Default I2C - for qwiic connector
|
||||||
#ifndef PICO_DEFAULT_I2C
|
#ifndef PICO_DEFAULT_I2C
|
||||||
#define PICO_DEFAULT_I2C 1
|
#define PICO_DEFAULT_I2C 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user