├── AltSoftSerial.cpp ├── AltSoftSerial.h ├── README.md ├── config ├── AltSoftSerial_Boards.h └── AltSoftSerial_Timers.h ├── docs └── issue_template.md ├── examples ├── Echo │ └── Echo.ino ├── ReceiveTest │ └── ReceiveTest.ino └── ShowConfiguration │ └── ShowConfiguration.ino ├── keywords.txt ├── library.json └── library.properties /AltSoftSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/AltSoftSerial.cpp -------------------------------------------------------------------------------- /AltSoftSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/AltSoftSerial.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/README.md -------------------------------------------------------------------------------- /config/AltSoftSerial_Boards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/config/AltSoftSerial_Boards.h -------------------------------------------------------------------------------- /config/AltSoftSerial_Timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/config/AltSoftSerial_Timers.h -------------------------------------------------------------------------------- /docs/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/docs/issue_template.md -------------------------------------------------------------------------------- /examples/Echo/Echo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/examples/Echo/Echo.ino -------------------------------------------------------------------------------- /examples/ReceiveTest/ReceiveTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/examples/ReceiveTest/ReceiveTest.ino -------------------------------------------------------------------------------- /examples/ShowConfiguration/ShowConfiguration.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/examples/ShowConfiguration/ShowConfiguration.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaulStoffregen/AltSoftSerial/HEAD/library.properties --------------------------------------------------------------------------------