Skip to content

Commit 056895d

Browse files
committed
Changed Handshake pin to 7. Add some spi stats
1 parent 6f27863 commit 056895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiFi/utility/spi_drv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#define DATAIN 12 // MISO
1212
#define SPICLOCK 13 // sck
1313
#define SLAVESELECT 10 // ss
14-
#define SLAVEREADY 3 // handshake pin
14+
#define SLAVEREADY 7 // handshake pin
1515
#define WIFILED 9 // led on wifi shield
1616

1717
#define DELAY_100NS do { asm volatile("nop"); }while(0);

0 commit comments

Comments
 (0)