Update textmode.ino

Fix typo in comment
This commit is contained in:
driverblock 2013-11-24 09:23:04 -05:00
parent e8e5843c5f
commit a3a8f4c9d4
1 changed files with 2 additions and 2 deletions

View File

@ -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()
{ {
} }