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 50bc315 commit 3a201f4Copy full SHA for 3a201f4
ports/atmel-samd/boards/p1am_200/mpconfigboard.h
@@ -7,14 +7,6 @@
7
8
#define MICROPY_HW_NEOPIXEL (&pin_PC24)
9
10
-// These are pins not to reset.
11
-// QSPI Data pins
12
-#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
13
-// QSPI CS, and QSPI SCK
14
-#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11)
15
-#define MICROPY_PORT_C (0)
16
-#define MICROPY_PORT_D (0)
17
-
18
#define BOARD_HAS_CRYSTAL 1
19
20
#define DEFAULT_I2C_BUS_SCL (&pin_PB21)
0 commit comments