Added example sketch for HM-10 module
This commit is contained in:
parent
e169e5febd
commit
e0119ac9fe
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