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 207e08b commit 1059a74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variants/panstamp/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
#define CC1101_SPI_SS 10 // PB2 = SPI_SS
#define CC1101_GDO0 2 // PD2 = INT0

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

#define NUM_DIGITAL_PINS 20
#define NUM_ANALOG_INPUTS 6
#define analogInputToDigitalPin(p) ((p < 6) ? (p) + 14 : -1)
Expand Down

0 comments on commit 1059a74

Please sign in to comment.