Browse Source
Merge pull request #301 from memo-567/Removes-green-LED-continuous-light
Removes T114 green LED continuous light
pull/306/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/t114/variant.h
|
|
@ -72,7 +72,7 @@ |
|
|
#define LED_BLUE (-1) // No blue led, prevents Bluefruit flashing the green LED during advertising
|
|
|
#define LED_BLUE (-1) // No blue led, prevents Bluefruit flashing the green LED during advertising
|
|
|
#define LED_PIN LED_BUILTIN |
|
|
#define LED_PIN LED_BUILTIN |
|
|
|
|
|
|
|
|
#define LED_STATE_ON HIGH |
|
|
#define LED_STATE_ON LOW |
|
|
|
|
|
|
|
|
#define PIN_NEOPIXEL (14) |
|
|
#define PIN_NEOPIXEL (14) |
|
|
#define NEOPIXEL_NUM (2) |
|
|
#define NEOPIXEL_NUM (2) |
|
|
|