Skip to content

Commit 485cf5c

Browse files
authored
Update Arduino-Bluetooth-Basic.ino
1 parent 00dffa3 commit 485cf5c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Blink/Arduino-Bluetooth-Basic.ino

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Bluetooh Basic: LED ON OFF - Avishkar
3-
* Coder - Mayoogh Girish
4-
* Website - http://bit.do/Avishkar
5-
* Download the App :
6-
* This program lets you to control a LED on pin 13 of arduino using a bluetooth module
7-
* https://create.arduino.cc/projecthub/mayooghgirish/arduino-bluetooth-basic-tutorial-d8b737
2+
Bluetooh Basic: LED ON OFF
3+
4+
This snippet was modified from code by M Girish
85
*/
96
char Incoming_value = 0; //Variable for storing Incoming_value
107
void setup()

0 commit comments

Comments
 (0)