Skip to content

Commit 2fc8050

Browse files
feat(board): RAK3112 add WisBlock module pin definitions to pins_arduino.h
1 parent 0fb01f8 commit 2fc8050

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

variants/rakwireless_rak3112/pins_arduino.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,17 @@ static const uint8_t SCK = 13;
4747
#define LORA_BUSY 48
4848
#define LORA_IRQ LORA_DIO1
4949

50+
// For WisBlock modules, see: https://docs.rakwireless.com/Product-Categories/WisBlock/
51+
#define WB_IO1 21
52+
#define WB_IO2 14
53+
#define WB_IO3 41
54+
#define WB_IO4 42
55+
#define WB_IO5 38
56+
#define WB_IO6 39
57+
#define WB_A0 1
58+
#define WB_A1 2
59+
#define WB_CS 12
60+
#define WB_LED1 46
61+
#define WB_LED2 45
62+
5063
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)