Add Default for the thingplus ws2812 (#1312)

This commit is contained in:
agento2 2023-03-19 16:35:00 -05:00 committed by GitHub
parent 7f7232541a
commit cd54c3297d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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