Skip to content

Commit

Permalink
LD-BOARD definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenguer committed Nov 6, 2015
1 parent ded386d commit de93cb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variants/panstamp_nrg_1.0/pins.h
Expand Up @@ -95,6 +95,11 @@ static const uint8_t A11 = 128 + 11; // special. This is Vcc/2
// ADC resolution
#define ADC_RESOLUTION 0xFFF

// LD-BOARD definitions
#define HGM 20
#define LNA_EN 19
#define PA_EN 18

// +-----------+
// GND 1| |||| |24 GND
// (D16) P3.0 2| |23 P1.0 (D0)
Expand Down
5 changes: 5 additions & 0 deletions variants/panstamp_nrg_1.1/pins.h
Expand Up @@ -95,6 +95,11 @@ static const uint8_t A11 = 128 + 11; // special. This is Vcc/2
// ADC resolution
#define ADC_RESOLUTION 0xFFF

// LD-BOARD definitions
#define HGM 20
#define LNA_EN 19
#define PA_EN 18

// +-----------+
// GND 1| |||| |24 GND
// (D16) P3.0 2| |23 P1.0 (D0)
Expand Down

0 comments on commit de93cb3

Please sign in to comment.