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

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Mictronics 2024-01-07 14:40:12 +01:00 committed by GitHub
parent 59253d9c78
commit c2afa879b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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