Skip to content

Commit 5b59ba4

Browse files
committed
fix(board): Remove builtin led
1 parent 3267407 commit 5b59ba4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: variants/esp32p4/pins_arduino.h

-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
#include <stdint.h>
55
#include "soc/soc_caps.h"
66

7-
#define PIN_NEOPIXEL 44
8-
// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
9-
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_NEOPIXEL;
10-
#define BUILTIN_LED LED_BUILTIN // backward compatibility
11-
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
12-
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
13-
#define RGB_BUILTIN LED_BUILTIN
14-
#define RGB_BRIGHTNESS 64
15-
167
// BOOT_MODE 35
178
// BOOT_MODE2 36 pullup
189

0 commit comments

Comments
 (0)