Update Cart_Reader.ino

This commit is contained in:
sanni 2019-08-23 12:47:53 +02:00 committed by GitHub
parent 7463a6d7a5
commit e537d7623a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
Cartridge Reader for Arduino Mega2560 Cartridge Reader for Arduino Mega2560
Author: sanni Author: sanni
Date: 22-03-2019 Date: 23-08-2019
Version: 3.0 Version: 3.1
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
@ -37,7 +37,7 @@
vogelfreiheit - N64 flashram fix vogelfreiheit - N64 flashram fix
**********************************************************************************/ **********************************************************************************/
char ver[5] = "3.0"; char ver[5] = "3.1";
/****************************************** /******************************************
Define Starting Point Define Starting Point