V19G: Changed default input mode to two buttons input

If you have the old hardware version that has only one button please change:

#define enable_Button2

to

//#define enable_Button2
This commit is contained in:
sanni 2016-10-07 13:21:36 +02:00 committed by GitHub
parent ee4f23b84a
commit 027763940a

View File

@ -2,8 +2,8 @@
Cartridge Reader for Arduino Mega2560 Cartridge Reader for Arduino Mega2560
Author: sanni Author: sanni
Date: 2016-10-06 Date: 2016-10-07
Version: V19F Version: V19G
SD lib: https://github.com/greiman/SdFat SD lib: https://github.com/greiman/SdFat
LCD lib: https://github.com/adafruit/Adafruit_SSD1306 LCD lib: https://github.com/adafruit/Adafruit_SSD1306
@ -34,7 +34,7 @@
YamaArashi - GBA flashrom bank switch command YamaArashi - GBA flashrom bank switch command
**********************************************************************************/ **********************************************************************************/
char ver[5] = "V19F"; char ver[5] = "V19G";
/****************************************** /******************************************
Define Output Define Output
@ -47,8 +47,8 @@ char ver[5] = "V19F";
/****************************************** /******************************************
Define Input Define Input
******************************************/ ******************************************/
// If you have two buttons on your cart reader you can remove the // // If you are using the old version with only one button add // in front of the next line
//#define enable_Button2 #define enable_Button2
/****************************************** /******************************************
Define SD Speed Define SD Speed