├── LICENSE ├── README.md ├── examples └── fourButtons │ └── fourButtons.ino ├── keywords.txt ├── library.json ├── library.properties └── src ├── KeyboardButton.cpp └── KeyboardButton.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/README.md -------------------------------------------------------------------------------- /examples/fourButtons/fourButtons.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/examples/fourButtons/fourButtons.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/library.properties -------------------------------------------------------------------------------- /src/KeyboardButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/src/KeyboardButton.cpp -------------------------------------------------------------------------------- /src/KeyboardButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klenov/keyboardButton/HEAD/src/KeyboardButton.h --------------------------------------------------------------------------------