From 53dbc42ce2073178dac361c208c64e2bb92419a8 Mon Sep 17 00:00:00 2001 From: sanni Date: Thu, 5 Sep 2019 08:14:00 +0200 Subject: [PATCH] Update README.md --- extras/control/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/control/README.md b/extras/control/README.md index 10200b6..862d3c6 100644 --- a/extras/control/README.md +++ b/extras/control/README.md @@ -7,7 +7,7 @@ To enable the Serial Monitor follow the instructions on flashing the Cart_Reader **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 Ouput +// Comment out to change to Serial Output // be sure to change the Arduino Serial Monitor to no line ending //#define enable_OLED ```