From 027763940a139c3103ddd6a95d554a75f76fb653 Mon Sep 17 00:00:00 2001 From: sanni Date: Fri, 7 Oct 2016 13:21:36 +0200 Subject: [PATCH] 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 --- Cart_Reader/Cart_Reader.ino | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index 6e0ac95..4ab18c3 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -2,8 +2,8 @@ Cartridge Reader for Arduino Mega2560 Author: sanni - Date: 2016-10-06 - Version: V19F + Date: 2016-10-07 + Version: V19G SD lib: https://github.com/greiman/SdFat LCD lib: https://github.com/adafruit/Adafruit_SSD1306 @@ -34,7 +34,7 @@ YamaArashi - GBA flashrom bank switch command **********************************************************************************/ -char ver[5] = "V19F"; +char ver[5] = "V19G"; /****************************************** Define Output @@ -47,8 +47,8 @@ char ver[5] = "V19F"; /****************************************** Define Input ******************************************/ -// If you have two buttons on your cart reader you can remove the // -//#define enable_Button2 +// If you are using the old version with only one button add // in front of the next line +#define enable_Button2 /****************************************** Define SD Speed