Skip to content

Commit 1059a74

Browse files
committed
LD-BOARD definitions
1 parent 207e08b commit 1059a74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/panstamp/pins_arduino.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
#define CC1101_SPI_SS 10 // PB2 = SPI_SS
3838
#define CC1101_GDO0 2 // PD2 = INT0
3939

40+
// LD-BOARD definitions
41+
#define HGM 20
42+
#define LNA_EN 19
43+
#define PA_EN 18
44+
4045
#define NUM_DIGITAL_PINS 20
4146
#define NUM_ANALOG_INPUTS 6
4247
#define analogInputToDigitalPin(p) ((p < 6) ? (p) + 14 : -1)

0 commit comments

Comments
 (0)