We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb01f8 commit 2fc8050Copy full SHA for 2fc8050
variants/rakwireless_rak3112/pins_arduino.h
@@ -47,4 +47,17 @@ static const uint8_t SCK = 13;
47
#define LORA_BUSY 48
48
#define LORA_IRQ LORA_DIO1
49
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
+
63
#endif /* Pins_Arduino_h */
0 commit comments