leaky-ships/BluetoothGUI/commands.js

6 lines
124 B
JavaScript

function LEDon() {
sendData("LED Color" + ledColorPicker.value()+ "\n");
}
function LEDoff() {
sendData("LED OFF\n");
}