From 7b1b4bc3f30a7a8aa02e590c9aa241c6d52da8c3 Mon Sep 17 00:00:00 2001 From: PrajwalPrabhuiisc <75930064+PrajwalPrabhuiisc@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:29:27 +0530 Subject: [PATCH] Update lift_control.ino --- lift_control/lift_control.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lift_control/lift_control.ino b/lift_control/lift_control.ino index 66f7c5f..dd5d020 100644 --- a/lift_control/lift_control.ino +++ b/lift_control/lift_control.ino @@ -5,6 +5,7 @@ // Replace with your network credentials const char* ssid = "Galaxy M211BF1"; const char* password = "pufy3612"; +// Select the Pin for the ultrasonic sensor const int trigPin = 14; const int echoPin = 12; long duration; @@ -20,7 +21,6 @@ void setup(void) { //the HTML of the web page page = "