small change that allows using Visual Micro instead of the Arduino IDE

This commit is contained in:
Robert Neumann 2019-08-27 19:15:52 +01:00
parent 86340db9a9
commit 41e7e0f6f5

View File

@ -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;