Merge pull request #33 from ramapcsx2/visualmicro

small change that allows using Visual Micro instead of the Arduino IDE
This commit is contained in:
sanni 2019-08-27 20:30:56 +02:00 committed by GitHub
commit 762f086acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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