Skip to content

Instantly share code, notes, and snippets.

View avisha95's full-sized avatar

AVISHA INOVASI INDONESIA avisha95

View GitHub Profile
#include<Servo.h>
Servo servo;
byte derajat = 0;
const byte TRIG_PIN = 5;
const byte ECHO_PIN = 4;
long durasi, jarak = 0;
const byte buzzer = 12;