├── Examples ├── SoftSerialIntAPTest │ └── SoftSerialIntAPTest.ino ├── SoftSerialIntExample │ └── SoftSerialIntExample.ino └── TwoPortRXExample │ └── TwoPortRXExample.ino ├── README.md ├── SoftSerialIntAP.cpp ├── SoftSerialIntAP.h └── keywords.txt /Examples/SoftSerialIntAPTest/SoftSerialIntAPTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/Examples/SoftSerialIntAPTest/SoftSerialIntAPTest.ino -------------------------------------------------------------------------------- /Examples/SoftSerialIntExample/SoftSerialIntExample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/Examples/SoftSerialIntExample/SoftSerialIntExample.ino -------------------------------------------------------------------------------- /Examples/TwoPortRXExample/TwoPortRXExample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/Examples/TwoPortRXExample/TwoPortRXExample.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/README.md -------------------------------------------------------------------------------- /SoftSerialIntAP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/SoftSerialIntAP.cpp -------------------------------------------------------------------------------- /SoftSerialIntAP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/SoftSerialIntAP.h -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wingspinner/SoftSerialIntAP/HEAD/keywords.txt --------------------------------------------------------------------------------