Skip to content

Instantly share code, notes, and snippets.

View shaon1's full-sized avatar

airshaon shaon1

View GitHub Profile
@shaon1
shaon1 / Control_Unit.ino
Created April 30, 2017 10:17
Total code
#include <SoftwareSerial.h>
#include<Servo.h>
SoftwareSerial BT(10,11); //(tx,rx);
Servo servoTrans;
int i=0,x=0;
String str;