From ffc3e77dd4faf15612fc7435e824d1076fd145b6 Mon Sep 17 00:00:00 2001 From: sanni Date: Thu, 17 Oct 2019 18:26:32 +0200 Subject: [PATCH] Delete README.md --- extras/control/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 extras/control/README.md diff --git a/extras/control/README.md b/extras/control/README.md deleted file mode 100644 index 862d3c6..0000000 --- a/extras/control/README.md +++ /dev/null @@ -1,13 +0,0 @@ -This is a simple Windows application to control the Cart Reader without the need of an OLED screen or buttons. -Files are still loaded from and saved to the SD card. - -![image](https://dl.dropboxusercontent.com/s/txxlylb3kdt2mnb/crcontrol.jpg?dl=1) - -To enable the Serial Monitor follow the instructions on flashing the Cart_Reader sketch to the Arduino as shown here: [How to flash the Arduino Code to your Cart Reader](https://github.com/sanni/cartreader/wiki/How-to-flash-the-Arduino). -**But before you hit upload you need to change one line in the Cart_Reader.ino tab like this:** - -``` -// Comment out to change to Serial Output -// be sure to change the Arduino Serial Monitor to no line ending -//#define enable_OLED -```