diff options
| author | wallarug <wallarug@coliemore.com.au> | 2019-07-27 16:36:13 +1000 |
|---|---|---|
| committer | wallarug <wallarug@coliemore.com.au> | 2019-07-27 16:36:13 +1000 |
| commit | e2b83e2dd94ad2aca093158eeff8bed62ca38efe (patch) | |
| tree | fc77fe992929c4751080000118b9f0521d17319d | |
| parent | 36008de2ed90f73bd03c3acfd91d49280ace4b9d (diff) | |
minor changes robohat d21
| -rw-r--r-- | ports/atmel-samd/boards/robohatmm1/mpconfigboard.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ports/atmel-samd/boards/robohatmm1/mpconfigboard.h b/ports/atmel-samd/boards/robohatmm1/mpconfigboard.h index dd31e912a..b8be72d97 100644 --- a/ports/atmel-samd/boards/robohatmm1/mpconfigboard.h +++ b/ports/atmel-samd/boards/robohatmm1/mpconfigboard.h @@ -1,7 +1,7 @@ #define MICROPY_HW_BOARD_NAME "Robo HAT MM1" #define MICROPY_HW_MCU_NAME "samd21g18" -#define MICROPY_HW_LED_STATUS (&pin_PA21) +#define MICROPY_HW_LED_STATUS (&pin_PB22) // Salae reads 12mhz which is the limit even though we set it to the safer 8mhz. #define SPI_FLASH_BAUDRATE (8000000) @@ -24,7 +24,6 @@ #define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - CIRCUITPY_INTERNAL_NVM_SIZE) -//#define BOARD_HAS_CRYSTAL 0 #define CALIBRATE_CRYSTALLESS 1 #define DEFAULT_I2C_BUS_SCL (&pin_PA23) @@ -41,6 +40,3 @@ #define IGNORE_PIN_PA24 1 #define IGNORE_PIN_PA25 1 -//#define CIRCUITPY_I2CSLAVE -//#define CIRCUITPY_DISPLAYIO (0) - |
