├── README.md ├── SWOArduinoSam.h ├── SWOStream.cpp ├── SWOStream.h ├── examples └── HelloWorld │ └── HelloWorld.ino └── library.properties /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koendv/SerialWireOutput/HEAD/README.md -------------------------------------------------------------------------------- /SWOArduinoSam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koendv/SerialWireOutput/HEAD/SWOArduinoSam.h -------------------------------------------------------------------------------- /SWOStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koendv/SerialWireOutput/HEAD/SWOStream.cpp -------------------------------------------------------------------------------- /SWOStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koendv/SerialWireOutput/HEAD/SWOStream.h -------------------------------------------------------------------------------- /examples/HelloWorld/HelloWorld.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koendv/SerialWireOutput/HEAD/examples/HelloWorld/HelloWorld.ino -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koendv/SerialWireOutput/HEAD/library.properties --------------------------------------------------------------------------------