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:
parent
5353092332
commit
9785b99cba
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user