From 33a79a0c1fe2e217ae1f85ecfa83e8f276269d0b Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Mon, 12 Sep 2016 18:32:41 +0000 Subject: [PATCH] Add new file --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..983a1de --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +SoftwareSerialLite , derivated from SoftwareSerial (formerly NewSoftSerial) + +This is a lite version from SoftwareSerial, with only the basic, Serial +comunication between two arduinos by software. It consumes about 300bytes less of program code +than original. You can use the original one if you not define LITE in definitions part. +Some functions removed too in this lite version like listen() and stopListening() +because you can use only one serial comunication, end(), and peek(), and inverse logic. +But they are in code, you can tweak it to include or not. \ No newline at end of file