Added example sketch for HM-10 module
This commit is contained in:
parent
5a010bfb1b
commit
1cfde0e232
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