mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-26 21:11:54 +01:00
V28F: Update version number after merge
This commit is contained in:
parent
778c0adfbf
commit
bda2f84553
@ -2,8 +2,8 @@
|
|||||||
Cartridge Reader for Arduino Mega2560
|
Cartridge Reader for Arduino Mega2560
|
||||||
|
|
||||||
Author: sanni
|
Author: sanni
|
||||||
Date: 2017-09-18
|
Date: 2017-09-19
|
||||||
Version: V28E
|
Version: V28F
|
||||||
|
|
||||||
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] = "V28E";
|
char ver[5] = "V28F";
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
Define Output
|
Define Output
|
||||||
@ -47,7 +47,7 @@ char ver[5] = "V28E";
|
|||||||
Define Input
|
Define Input
|
||||||
******************************************/
|
******************************************/
|
||||||
// If you are using the old version with only one button add // in front of the next line
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user