1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Changed Handshake pin to 7. Add some spi stats

This commit is contained in:
Mimmo La Fauci 2012-06-18 07:44:30 +02:00
parent 6f27863ae5
commit 056895d1f9

View File

@ -11,7 +11,7 @@ extern "C" {
#define DATAIN 12 // MISO
#define SPICLOCK 13 // sck
#define SLAVESELECT 10 // ss
#define SLAVEREADY 3 // handshake pin
#define SLAVEREADY 7 // handshake pin
#define WIFILED 9 // led on wifi shield
#define DELAY_100NS do { asm volatile("nop"); }while(0);