10 lines
295 B
C
10 lines
295 B
C
|
|
// Connect CLK/MISO/MOSI to hardware SPI
|
|
// e.g. On UNO & compatible: CLK = 13, MISO = 12, MOSI = 11
|
|
#define ADAFRUITBLE_REQ 10
|
|
#define ADAFRUITBLE_RST 9
|
|
#define ADAFRUITBLE_RDY 2 // This should be an interrupt pin, on Uno thats #2 or #3
|
|
// so we have digital 3-8 and analog 0-6 for use!
|
|
|
|
|