mirror of
https://gitlab.com/JKANetwork/SoftwareSerialLite.git
synced 2026-08-11 16:19:20 +02:00
e1a2d11b96f40b1d943a6a3676fb8a032b294f8c
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.
Original code: https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/libraries/SoftwareSerial
Description
SoftwareSerialLite, derivated from SoftwareSerial (formerly NewSoftSerial)
This is a lite version from SoftwareSerial, with only the basic, Serial comunication between two arduinos by software.
72 KiB
Languages
C++
100%