tested other ports with featherwing max3421, change cs, intr pin to D10, D9

This commit is contained in:
hathach
2023-12-26 21:13:43 +07:00
parent 804f6718ed
commit a01d6d8b31
5 changed files with 17 additions and 9 deletions

View File

@@ -49,8 +49,8 @@
#define MAX3421_SCK_PIN 14
#define MAX3421_MOSI_PIN 13
#define MAX3421_MISO_PIN 15
#define MAX3421_CS_PIN 6 // D11
#define MAX3421_INTR_PIN 27 // D10
#define MAX3421_CS_PIN 27 // D10
#define MAX3421_INTR_PIN 26 // D9
#ifdef __cplusplus
}