1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

Fix CS for proto1

This commit is contained in:
mlafauci 2011-08-31 09:34:56 +02:00
parent 5353092332
commit 9785b99cba

View File

@ -10,7 +10,7 @@ extern "C" {
#define DATAOUT 11//MOSI
#define DATAIN 12//MISO
#define SPICLOCK 13//sck
#define SLAVESELECT 2//ss
#define SLAVESELECT 10//ss
#define SLAVEREADY 3
#define DELAY_100NS asm volatile("nop")