Added example sketch for HM-10 module

This commit is contained in:
aronmal 2022-09-25 15:04:30 +02:00
parent 5a010bfb1b
commit 1cfde0e232
Signed by: aronmal
GPG key ID: 816B7707426FC612
9 changed files with 11717 additions and 0 deletions

6
BluetoothGUI/commands.js Normal file
View file

@ -0,0 +1,6 @@
function LEDon() {
sendData("LED Color" + ledColorPicker.value()+ "\n");
}
function LEDoff() {
sendData("LED OFF\n");
}