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