mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +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
|
||||
|
||||
**********************************************************************************/
|
||||
|
||||
#include <SdFat.h>
|
||||
|
||||
char ver[5] = "3.3";
|
||||
|
||||
/******************************************
|
||||
@ -117,7 +120,6 @@ typedef enum COLOR_T {
|
||||
} color_t;
|
||||
|
||||
// SD Card (Pin 50 = MISO, Pin 51 = MOSI, Pin 52 = SCK, Pin 53 = SS)
|
||||
#include <SdFat.h>
|
||||
#define chipSelectPin 53
|
||||
SdFat sd;
|
||||
SdFile myFile;
|
||||
|
Loading…
Reference in New Issue
Block a user