mirror of
https://gitlab.com/JKANetwork/SoftwareSerialLite.git
synced 2026-02-14 17:21:36 +01:00
Add new file
This commit is contained in:
8
README.md
Normal file
8
README.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user