parent
e8e5843c5f
commit
a3a8f4c9d4
|
|
@ -22,7 +22,7 @@
|
||||||
// Library only supports hardware SPI at this time
|
// Library only supports hardware SPI at this time
|
||||||
// Connect SCLK to UNO Digital #13 (Hardware SPI clock)
|
// Connect SCLK to UNO Digital #13 (Hardware SPI clock)
|
||||||
// Connect MISO to UNO Digital #12 (Hardware SPI MISO)
|
// Connect MISO to UNO Digital #12 (Hardware SPI MISO)
|
||||||
// Connect MOSI to UNO Digital #13 (Hardware SPI MOSI)
|
// Connect MOSI to UNO Digital #11 (Hardware SPI MOSI)
|
||||||
#define RA8875_INT 3
|
#define RA8875_INT 3
|
||||||
#define RA8875_CS 10
|
#define RA8875_CS 10
|
||||||
#define RA8875_RESET 9
|
#define RA8875_RESET 9
|
||||||
|
|
@ -89,4 +89,4 @@ void setup()
|
||||||
|
|
||||||
void loop()
|
void loop()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue