Skip to content

Commit

Permalink
Update pins_arduino.h (#1949)
Browse files Browse the repository at this point in the history
Pin definitions T8/T9 & DAC1/DAC2 Back To Front (Issue #1831)
  • Loading branch information
BBBits authored and me-no-dev committed Nov 19, 2018
1 parent b8c9819 commit f6a71da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variants/ttgo-lora32-v1/pins_arduino.h
Expand Up @@ -68,10 +68,10 @@ static const uint8_t T4 = 13;
static const uint8_t T5 = 12;
static const uint8_t T6 = 14;
static const uint8_t T7 = 27;
static const uint8_t T8 = 32;
static const uint8_t T9 = 33;
static const uint8_t T8 = 33;
static const uint8_t T9 = 32;

static const uint8_t DAC1 = 26;
static const uint8_t DAC2 = 25;
static const uint8_t DAC1 = 25;
static const uint8_t DAC2 = 26;

#endif /* Pins_Arduino_h */

0 comments on commit f6a71da

Please sign in to comment.