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 d79d6ba commit 11a9372Copy full SHA for 11a9372
ports/atmel-samd/boards/seeeduino_wio_terminal/mpconfigboard.h
@@ -34,3 +34,12 @@
34
// USB is always used internally so skip the pin objects for it.
35
#define IGNORE_PIN_PA24 1
36
#define IGNORE_PIN_PA25 1
37
+
38
+#define IGNORE_PIN_PA00 1 // XIN32
39
+#define IGNORE_PIN_PA01 1 // XOUT32
40
+#define IGNORE_PIN_PA03 1 // VREFA (VCC3V3)
41
+#define IGNORE_PIN_PA23 1 // NC
42
+#define IGNORE_PIN_PB15 1 // NC
43
+#define IGNORE_PIN_PB22 1 // XIN
44
+#define IGNORE_PIN_PB23 1 // XOUT
45
+#define IGNORE_PIN_PC00 1 // NC (for XOSC32K)
0 commit comments