We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dffa3 commit 485cf5cCopy full SHA for 485cf5c
Blink/Arduino-Bluetooth-Basic.ino
@@ -1,10 +1,7 @@
1
/*
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
+ Bluetooh Basic: LED ON OFF
+
+ This snippet was modified from code by M Girish
8
*/
9
char Incoming_value = 0; //Variable for storing Incoming_value
10
void setup()
0 commit comments