Skip to content

Commit 5123eaf

Browse files
authored
Added missing pin defines (#8)
1 parent a3d7d81 commit 5123eaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/mysensors_gw/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ static const uint8_t SCL = PIN_WIRE_SCL;
231231
#define MY_RF69_SPI_CS (30ul)
232232
#define MY_RF69_IRQ_PIN (32ul)
233233
#define MY_RF69_IRQ_NUM (32ul)
234+
#define MY_RF69_RESET (43ul)
235+
#define MY_RF69_DIO5 (42ul)
234236
#define MY_RF24_CE_PIN (34ul)
235237
#define MY_RF24_CS_PIN (29ul)
236238
#define MY_RF24_IRQ_PIN (31ul)

0 commit comments

Comments
 (0)