6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
function LEDon() {
|
|
sendData("LED Color" + ledColorPicker.value()+ "\n");
|
|
}
|
|
function LEDoff() {
|
|
sendData("LED OFF\n");
|
|
}
|