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 36008de commit e2b83e2Copy full SHA for e2b83e2
ports/atmel-samd/boards/robohatmm1/mpconfigboard.h
@@ -1,7 +1,7 @@
1
#define MICROPY_HW_BOARD_NAME "Robo HAT MM1"
2
#define MICROPY_HW_MCU_NAME "samd21g18"
3
4
-#define MICROPY_HW_LED_STATUS (&pin_PA21)
+#define MICROPY_HW_LED_STATUS (&pin_PB22)
5
6
// Salae reads 12mhz which is the limit even though we set it to the safer 8mhz.
7
#define SPI_FLASH_BAUDRATE (8000000)
@@ -24,7 +24,6 @@
24
25
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - CIRCUITPY_INTERNAL_NVM_SIZE)
26
27
-//#define BOARD_HAS_CRYSTAL 0
28
#define CALIBRATE_CRYSTALLESS 1
29
30
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
@@ -41,6 +40,3 @@
41
40
#define IGNORE_PIN_PA24 1
42
#define IGNORE_PIN_PA25 1
43
44
-//#define CIRCUITPY_I2CSLAVE
45
-//#define CIRCUITPY_DISPLAYIO (0)
46
-
0 commit comments