We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c8ff8 commit 64fc003Copy full SHA for 64fc003
libraries/SPI/SPI.h
@@ -44,8 +44,8 @@ namespace arduino {
44
* DEFINE
45
**************************************************************************************/
46
47
-#define SPI_MAX_SPI_CHANNELS 2
48
-#define SPI_MAX_SCI_CHANNELS 9
+#define SPI_MAX_SPI_CHANNELS (3) // SPI0 to SPI2
+#define SPI_MAX_SCI_CHANNELS (10) // SCI0 to SCI9
49
50
/**************************************************************************************
51
* TYPEDEF
0 commit comments