├── Licence.md ├── SoftwareWire.cpp ├── SoftwareWire.h ├── examples ├── Small_example │ └── Small_example.ino ├── StressTest_Master │ └── StressTest_Master.ino └── StressTest_Slave │ └── StressTest_Slave.ino ├── keywords.txt ├── library.properties └── readme.md /Licence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/Licence.md -------------------------------------------------------------------------------- /SoftwareWire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/SoftwareWire.cpp -------------------------------------------------------------------------------- /SoftwareWire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/SoftwareWire.h -------------------------------------------------------------------------------- /examples/Small_example/Small_example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/examples/Small_example/Small_example.ino -------------------------------------------------------------------------------- /examples/StressTest_Master/StressTest_Master.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/examples/StressTest_Master/StressTest_Master.ino -------------------------------------------------------------------------------- /examples/StressTest_Slave/StressTest_Slave.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/examples/StressTest_Slave/StressTest_Slave.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/library.properties -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Testato/SoftwareWire/HEAD/readme.md --------------------------------------------------------------------------------