Skip to content

Instantly share code, notes, and snippets.

@B45i
B45i / Bluetooth Car.c
Last active April 17, 2021 02:52
C program for Bluetooth remote control car by amal shajan.
char getstr;
int in1=4;
int in2=5;
int in3=6;
int in4=7;
void mRight(int pin1,int pin2)
{
digitalWrite(pin1,HIGH);