Skip to content

Commit e2b83e2

Browse files
committed
minor changes robohat d21
1 parent 36008de commit e2b83e2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ports/atmel-samd/boards/robohatmm1/mpconfigboard.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define MICROPY_HW_BOARD_NAME "Robo HAT MM1"
22
#define MICROPY_HW_MCU_NAME "samd21g18"
33

4-
#define MICROPY_HW_LED_STATUS (&pin_PA21)
4+
#define MICROPY_HW_LED_STATUS (&pin_PB22)
55

66
// Salae reads 12mhz which is the limit even though we set it to the safer 8mhz.
77
#define SPI_FLASH_BAUDRATE (8000000)
@@ -24,7 +24,6 @@
2424

2525
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - CIRCUITPY_INTERNAL_NVM_SIZE)
2626

27-
//#define BOARD_HAS_CRYSTAL 0
2827
#define CALIBRATE_CRYSTALLESS 1
2928

3029
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
@@ -41,6 +40,3 @@
4140
#define IGNORE_PIN_PA24 1
4241
#define IGNORE_PIN_PA25 1
4342

44-
//#define CIRCUITPY_I2CSLAVE
45-
//#define CIRCUITPY_DISPLAYIO (0)
46-

0 commit comments

Comments
 (0)