Update ports/atmel-samd/boards/p1am_200/mpconfigboard.h

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
AdamC 2023-11-28 12:37:35 -05:00 committed by GitHub
parent 50bc3159aa
commit 3a201f44be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -7,14 +7,6 @@
#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 DEFAULT_I2C_BUS_SCL (&pin_PB21)