mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-24 05:29:17 +01:00
Merge pull request #33 from ramapcsx2/visualmicro
small change that allows using Visual Micro instead of the Arduino IDE
This commit is contained in:
commit
762f086acf
@ -38,6 +38,9 @@
|
|||||||
rama - Snes speedup
|
rama - Snes speedup
|
||||||
|
|
||||||
**********************************************************************************/
|
**********************************************************************************/
|
||||||
|
|
||||||
|
#include <SdFat.h>
|
||||||
|
|
||||||
char ver[5] = "3.3";
|
char ver[5] = "3.3";
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
@ -117,7 +120,6 @@ typedef enum COLOR_T {
|
|||||||
} color_t;
|
} color_t;
|
||||||
|
|
||||||
// SD Card (Pin 50 = MISO, Pin 51 = MOSI, Pin 52 = SCK, Pin 53 = SS)
|
// SD Card (Pin 50 = MISO, Pin 51 = MOSI, Pin 52 = SCK, Pin 53 = SS)
|
||||||
#include <SdFat.h>
|
|
||||||
#define chipSelectPin 53
|
#define chipSelectPin 53
|
||||||
SdFat sd;
|
SdFat sd;
|
||||||
SdFile myFile;
|
SdFile myFile;
|
||||||
|
Loading…
Reference in New Issue
Block a user