├── License.txt ├── Readme.md ├── Switch.cpp ├── Switch.h ├── examples ├── SwitchCallbackExample │ └── SwitchCallbackExample.ino └── SwitchExample │ └── SwitchExample.ino ├── keywords.txt ├── library.json └── library.properties /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/License.txt -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/Readme.md -------------------------------------------------------------------------------- /Switch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/Switch.cpp -------------------------------------------------------------------------------- /Switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/Switch.h -------------------------------------------------------------------------------- /examples/SwitchCallbackExample/SwitchCallbackExample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/examples/SwitchCallbackExample/SwitchCallbackExample.ino -------------------------------------------------------------------------------- /examples/SwitchExample/SwitchExample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/examples/SwitchExample/SwitchExample.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackketter/Switch/HEAD/library.properties --------------------------------------------------------------------------------