Update ports/atmel-samd/boards/p1am_200/mpconfigboard.h
Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
50bc3159aa
commit
3a201f44be
|
@ -7,14 +7,6 @@
|
||||||
|
|
||||||
#define MICROPY_HW_NEOPIXEL (&pin_PC24)
|
#define MICROPY_HW_NEOPIXEL (&pin_PC24)
|
||||||
|
|
||||||
// These are pins not to reset.
|
|
||||||
// QSPI Data pins
|
|
||||||
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
|
|
||||||
// QSPI CS, and QSPI SCK
|
|
||||||
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11)
|
|
||||||
#define MICROPY_PORT_C (0)
|
|
||||||
#define MICROPY_PORT_D (0)
|
|
||||||
|
|
||||||
#define BOARD_HAS_CRYSTAL 1
|
#define BOARD_HAS_CRYSTAL 1
|
||||||
|
|
||||||
#define DEFAULT_I2C_BUS_SCL (&pin_PB21)
|
#define DEFAULT_I2C_BUS_SCL (&pin_PB21)
|
||||||
|
|
Loading…
Reference in New Issue