From 050287df9359e5b7a9c70928a407f5c21b1a6e42 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Mon, 12 Sep 2016 18:35:18 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 047b65d..bc07538 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ 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. +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. +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. +This modification is intended for small scenarios where space is important + If anyone knows how to lite more this library, you can help us Original code: https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/libraries/SoftwareSerial \ No newline at end of file