diff options
| author | hathach <[email protected]> | 2023-12-26 21:13:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-26 21:13:43 +0700 |
| commit | a01d6d8b31fa2882603432461b355ae829973c48 (patch) | |
| tree | 3b4d5cfb081ce67ceb984b2427172b647b996f39 /hw/bsp/samd21/boards | |
| parent | 804f6718ed422ff6aa0dc4f4d547053b1d05c699 (diff) | |
tested other ports with featherwing max3421, change cs, intr pin to D10, D9
Diffstat (limited to 'hw/bsp/samd21/boards')
| -rw-r--r-- | hw/bsp/samd21/boards/feather_m0_express/board.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/bsp/samd21/boards/feather_m0_express/board.h b/hw/bsp/samd21/boards/feather_m0_express/board.h index fd3d16aaa..56ae3230d 100644 --- a/hw/bsp/samd21/boards/feather_m0_express/board.h +++ b/hw/bsp/samd21/boards/feather_m0_express/board.h @@ -53,10 +53,10 @@ #define MAX3421_TX_PAD 1 // MOSI = PAD_2, SCK = PAD_3 #define MAX3421_RX_PAD 0 // MISO = PAD_2 -#define MAX3421_CS_PIN 16 // D11 +#define MAX3421_CS_PIN 18 // D10 -#define MAX3421_INTR_PIN 18 // D10 -#define MAX3421_INTR_EIC_ID 2 // EIC2 +#define MAX3421_INTR_PIN 7 // D10 +#define MAX3421_INTR_EIC_ID 7 // EIC7 #ifdef __cplusplus } |
