├── LICENSE ├── README.md ├── org ├── binatrix │ ├── arduino │ │ ├── ArduinoBoardSwitch.java │ │ ├── CheckboxListItem.java │ │ ├── CheckboxListRenderer.java │ │ ├── Platform.java │ │ └── package.bluej │ └── package.bluej └── package.bluej ├── package.bluej ├── screen1.png ├── screen2.png └── screen3.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/README.md -------------------------------------------------------------------------------- /org/binatrix/arduino/ArduinoBoardSwitch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/binatrix/arduino/ArduinoBoardSwitch.java -------------------------------------------------------------------------------- /org/binatrix/arduino/CheckboxListItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/binatrix/arduino/CheckboxListItem.java -------------------------------------------------------------------------------- /org/binatrix/arduino/CheckboxListRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/binatrix/arduino/CheckboxListRenderer.java -------------------------------------------------------------------------------- /org/binatrix/arduino/Platform.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/binatrix/arduino/Platform.java -------------------------------------------------------------------------------- /org/binatrix/arduino/package.bluej: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/binatrix/arduino/package.bluej -------------------------------------------------------------------------------- /org/binatrix/package.bluej: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/binatrix/package.bluej -------------------------------------------------------------------------------- /org/package.bluej: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/org/package.bluej -------------------------------------------------------------------------------- /package.bluej: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/package.bluej -------------------------------------------------------------------------------- /screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/screen1.png -------------------------------------------------------------------------------- /screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/screen2.png -------------------------------------------------------------------------------- /screen3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binatrix/arduino-board-switch-plugin/HEAD/screen3.png --------------------------------------------------------------------------------