Skip to content

Commit b8c9819

Browse files
BBBitsme-no-dev
authored andcommitted
Update pins_arduino.h (#1948)
Pin definitions T8/T9 & DAC1/DAC2 Back To Front
1 parent 1bc1e8c commit b8c9819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: variants/heltec_wifi_lora_32/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ static const uint8_t T4 = 13;
5555
static const uint8_t T5 = 12;
5656
static const uint8_t T6 = 14;
5757
static const uint8_t T7 = 27;
58-
static const uint8_t T8 = 32;
59-
static const uint8_t T9 = 33;
58+
static const uint8_t T8 = 33;
59+
static const uint8_t T9 = 32;
6060

61-
static const uint8_t DAC1 = 26;
62-
static const uint8_t DAC2 = 25;
61+
static const uint8_t DAC1 = 25;
62+
static const uint8_t DAC2 = 26;
6363

6464
// OLed
6565
static const uint8_t OLED_SCL = 15;

0 commit comments

Comments
 (0)