From 3912a41217611fa4bb2d0a0dc0bc795df8e3ec88 Mon Sep 17 00:00:00 2001 From: gowthamkishoreindukuri <50141541+gowthamkishoreindukuri@users.noreply.github.com> Date: Sat, 12 Oct 2019 09:46:20 +0530 Subject: [PATCH] Update Radar.ino --- Radar/Radar.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radar/Radar.ino b/Radar/Radar.ino index 1ce7a81..c1443f0 100644 --- a/Radar/Radar.ino +++ b/Radar/Radar.ino @@ -1,7 +1,7 @@ // Includes the Servo library #include . -// Defines Tirg and Echo pins of the Ultrasonic Sensor +// defines Tirg and Echo pins of the Ultrasonic Sensor const int trigPin = 10; const int echoPin = 11; // Variables for the duration and the distance