Added example sketch for HM-10 module
This commit is contained in:
parent
277c120b23
commit
b0b118c1b3
9 changed files with 11717 additions and 0 deletions
6
BluetoothGUI/commands.js
Normal file
6
BluetoothGUI/commands.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
function LEDon() {
|
||||
sendData("LED Color" + ledColorPicker.value()+ "\n");
|
||||
}
|
||||
function LEDoff() {
|
||||
sendData("LED OFF\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue