Skip to content

Commit de93cb3

Browse files
committed
LD-BOARD definitions
1 parent ded386d commit de93cb3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

variants/panstamp_nrg_1.0/pins.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ static const uint8_t A11 = 128 + 11; // special. This is Vcc/2
9595
// ADC resolution
9696
#define ADC_RESOLUTION 0xFFF
9797

98+
// LD-BOARD definitions
99+
#define HGM 20
100+
#define LNA_EN 19
101+
#define PA_EN 18
102+
98103
// +-----------+
99104
// GND 1| |||| |24 GND
100105
// (D16) P3.0 2| |23 P1.0 (D0)

variants/panstamp_nrg_1.1/pins.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ static const uint8_t A11 = 128 + 11; // special. This is Vcc/2
9595
// ADC resolution
9696
#define ADC_RESOLUTION 0xFFF
9797

98+
// LD-BOARD definitions
99+
#define HGM 20
100+
#define LNA_EN 19
101+
#define PA_EN 18
102+
98103
// +-----------+
99104
// GND 1| |||| |24 GND
100105
// (D16) P3.0 2| |23 P1.0 (D0)

0 commit comments

Comments
 (0)