Skip to content

Instantly share code, notes, and snippets.

View techytushar's full-sized avatar
🇮🇳
tl;dr

Tushar Mittal techytushar

🇮🇳
tl;dr
View GitHub Profile
@techytushar
techytushar / Code.c
Created December 23, 2018 12:06
Arduino Bluetooth
#include<SoftwareSerial.h>
SoftwareSerial BT(10,11);
String readData;
int led1=6;
int led2=7;
int val1=0;
int val2=0;
void setup(){