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 d1e17fd commit 6498684Copy full SHA for 6498684
ports/atmel-samd/boards/feather_m0_express/mpconfigboard.h
@@ -27,6 +27,17 @@
27
#define DEFAULT_UART_BUS_RX (&pin_PA11)
28
#define DEFAULT_UART_BUS_TX (&pin_PA10)
29
30
+// Other some pins that do not appear in the pinout & are not used internally
31
+// this list is not (yet) exhaustive
32
+#define IGNORE_PIN_PA03 1
33
+#define IGNORE_PIN_PB01 1
34
+#define IGNORE_PIN_PB03 1
35
+#define IGNORE_PIN_PB04 1
36
+#define IGNORE_PIN_PB05 1
37
+#define IGNORE_PIN_PB06 1
38
+#define IGNORE_PIN_PB07 1
39
+#define IGNORE_PIN_PB12 1
40
+
41
// USB is always used internally so skip the pin objects for it.
42
#define IGNORE_PIN_PA24 1
43
#define IGNORE_PIN_PA25 1
0 commit comments