update adafruit rp2040 board define
This commit is contained in:
@@ -31,9 +31,13 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LED_PIN 14
|
#define LED_PIN 13
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 1
|
||||||
|
|
||||||
|
#define NEOPIXEL_PIN 16
|
||||||
|
#define NEOPIXEL_POWER_PIN 17
|
||||||
|
#define NEOPIXEL_POWER_STATE 1
|
||||||
|
|
||||||
// Button pin is BOOTSEL which is flash CS pin
|
// Button pin is BOOTSEL which is flash CS pin
|
||||||
#define BUTTON_BOOTSEL
|
#define BUTTON_BOOTSEL
|
||||||
#define BUTTON_STATE_ACTIVE 0
|
#define BUTTON_STATE_ACTIVE 0
|
||||||
|
@@ -34,6 +34,10 @@
|
|||||||
#define LED_PIN 11
|
#define LED_PIN 11
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 1
|
||||||
|
|
||||||
|
#define NEOPIXEL_PIN 17
|
||||||
|
#define NEOPIXEL_POWER_PIN 16
|
||||||
|
#define NEOPIXEL_POWER_STATE 1
|
||||||
|
|
||||||
// Button pin is BOOTSEL which is flash CS pin
|
// Button pin is BOOTSEL which is flash CS pin
|
||||||
#define BUTTON_BOOTSEL
|
#define BUTTON_BOOTSEL
|
||||||
#define BUTTON_STATE_ACTIVE 0
|
#define BUTTON_STATE_ACTIVE 0
|
||||||
|
@@ -35,6 +35,10 @@
|
|||||||
#define LED_PIN 11
|
#define LED_PIN 11
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 1
|
||||||
|
|
||||||
|
#define NEOPIXEL_PIN 12
|
||||||
|
#define NEOPIXEL_POWER_PIN 11
|
||||||
|
#define NEOPIXEL_POWER_STATE 1
|
||||||
|
|
||||||
// Button pin is BOOTSEL which is flash CS pin
|
// Button pin is BOOTSEL which is flash CS pin
|
||||||
#define BUTTON_BOOTSEL
|
#define BUTTON_BOOTSEL
|
||||||
#define BUTTON_STATE_ACTIVE 0
|
#define BUTTON_STATE_ACTIVE 0
|
||||||
|
Reference in New Issue
Block a user