Fix LED pinout for T-Echo board marked v1.0, date 2021-6-28 (#3051)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
pull/3064/head
Mictronics 2024-01-07 14:40:12 +01:00 zatwierdzone przez GitHub
rodzic 59253d9c78
commit c2afa879b8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -43,9 +43,9 @@ extern "C" {
#define NUM_ANALOG_OUTPUTS (0)
// LEDs
#define PIN_LED1 (0 + 14) // 13 red (confirmed on 1.0 board)
#define PIN_LED2 (0 + 15) // 14 blue
#define PIN_LED3 (0 + 13) // 15 green
#define PIN_LED1 (0 + 14) // blue (confirmed on boards marked v1.0, date 2021-6-28)
#define PIN_LED2 (32 + 1) // green
#define PIN_LED3 (32 + 3) // red
#define LED_RED PIN_LED3
#define LED_BLUE PIN_LED1
@ -232,4 +232,4 @@ External serial flash WP25R1635FZUIL0
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif