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 1c3106e commit 3924051Copy full SHA for 3924051
ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h
@@ -6,10 +6,10 @@
6
// Clock rates are off: Salae reads 12MHz which is the limit even though we set it to the safer 8MHz.
7
#define SPI_FLASH_BAUDRATE (8000000)
8
9
-#define SPI_FLASH_MOSI_PIN &PIN_PA08
10
-#define SPI_FLASH_MISO_PIN &PIN_PA14
11
-#define SPI_FLASH_SCK_PIN &PIN_PA09
12
-#define SPI_FLASH_CS_PIN &PIN_PA13
+#define SPI_FLASH_MOSI_PIN &pin_PA08
+#define SPI_FLASH_MISO_PIN &pin_PA14
+#define SPI_FLASH_SCK_PIN &pin_PA09
+#define SPI_FLASH_CS_PIN &pin_PA13
13
14
#define MICROPY_PORT_A ( 0 )
15
#define MICROPY_PORT_B ( 0 )
0 commit comments