File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
arduino_nano_33_ble_sense Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 55 */
66
77// TODO: correctly handle these legacy defines
8- #define MOSI 0
9- #define MISO 0
10- #define SCK 0
11- #define SS 0
8+ #define MOSI 11
9+ #define MISO 12
10+ #define SCK 13
11+ #define SS 10
1212#define SDA 0
1313#define SCL 0
Original file line number Diff line number Diff line change 55 */
66
77// TODO: correctly handle these legacy defines
8- #define MOSI 0
9- #define MISO 0
10- #define SCK 0
11- #define SS 0
8+ #define MOSI 11
9+ #define MISO 12
10+ #define SCK 13
11+ #define SS 10
1212#define SDA 0
1313#define SCL 0
Original file line number Diff line number Diff line change 55 */
66
77// TODO: correctly handle these legacy defines
8- #define MOSI 0
9- #define MISO 0
10- #define SCK 0
11- #define SS 0
8+ #define MOSI 11
9+ #define MISO 12
10+ #define SCK 13
11+ #define SS 10
1212#define SDA 0
1313#define SCL 0
You can’t perform that action at this time.
0 commit comments