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 8b8da6b commit b866f4eCopy full SHA for b866f4e
variants/NANO_RP2040_CONNECT/pins_arduino.h
@@ -85,12 +85,10 @@ void _ontouch1200bps_();
85
86
#define NINA_RESETN (24u)
87
#define SerialNina Serial2
88
+#define SerialHCI Serial2
89
-#if __has_include (<WiFiNINA.h>)
90
-#define NINA_GPIO0 (21u) // LEDG pin (GPIO26 on NINA)
91
-#else
92
-#define NINA_GPIO0 (28u) // real GPIO0 on NINA
93
-#endif
+#define NINA_GPIOIRQ (24u) // LEDG pin (GPIO26 on NINA)
+#define NINA_GPIO0 (11u) // real GPIO0 on NINA
94
95
#define SPIWIFI_SS (26u)
96
#define SPIWIFI_ACK (27u)
0 commit comments