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 6f27863 commit 056895dCopy full SHA for 056895d
WiFi/utility/spi_drv.cpp
@@ -11,7 +11,7 @@ extern "C" {
11
#define DATAIN 12 // MISO
12
#define SPICLOCK 13 // sck
13
#define SLAVESELECT 10 // ss
14
-#define SLAVEREADY 3 // handshake pin
+#define SLAVEREADY 7 // handshake pin
15
#define WIFILED 9 // led on wifi shield
16
17
#define DELAY_100NS do { asm volatile("nop"); }while(0);
0 commit comments