Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 2cd599b

Browse files
committed
added SPI1 pins in otto.cpp
1 parent a2256ef commit 2cd599b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/otto/otto.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
#define MISO_PIN D72
160160
#define SCK_PIN D73
161161
#define MOSI_PIN D74
162+
#define SS_PIN D23
163+
#define MISO1_PIN D12
164+
#define SCK1_PIN D13
165+
#define MOSI1_PIN D11
166+
#define SS1_PIN D10
162167

163168
// I2C PIN
164169
#define SCL_PIN D70

0 commit comments

Comments
 (0)