Respected Sir/Madam When I try to upload the sketch given in the tutorial, when I press the pushbutton for the first time a count value of 0 is displayed. It should show as 1. Is (++count) or (count++) correct?
Dear Sir/Madam ,In Display Counter Using Arduino partThe circuit diagram shows (in 0.50 sec) the ports 11,10,9,8 in the Arduino are connected to pin number 11,12,13,14.But in the program (in the line no.2) you have mentioned port numbers as 5,4,3,2. where in the these pins are unconnected.Kindly change the program or the code respectively.
Is it possible to use if - else instead of while?
While statement was used to stop the count , so can't we use break statement ?
912 visits
Outline:Arduino बोर्ड में एक LCD और एक पुशबटन जोड़ना Arduino और LCD का उपयोग करके पहले बनाए गए उसी सर्किट का उपयोग करना एक पुशबटन जोड़ना और साधारण काउंटर बनाना कनेक्शन सर्किट विवरण जानना कनेक्शन का लाइव सेटअप देखना Arduino IDE में एक प्रोग्राम लिखना void लूप के लिए कोड लिखना यह जांचने के लिए कि क्या पुशबटन को दबाया गया है या नहीं, एक साधारण if statement लिखना प्रोग्राम को कंपाइल और अपलोड करना देखना कि पुशबटन सफलतापूर्वक कार्य कर रहा है काउंटर सेट करने के लिए प्रोग्राम को संशोधित करना होने वाली त्रुटि को स्पष्ट करना एक while statement लिखना फिर से प्रोग्राम कंपाइल और अपलोड करना आउटपुट: जब भी बटन दबाया जाता है तो गिनती बढ़ जाती है
Arduino बोर्ड में एक LCD और एक पुशबटन जोड़ना Arduino और LCD का उपयोग करके पहले बनाए गए उसी सर्किट का उपयोग करना एक पुशबटन जोड़ना और साधारण काउंटर बनाना कनेक्शन सर्किट विवरण जानना कनेक्शन का लाइव सेटअप देखना Arduino IDE में एक प्रोग्राम लिखना void लूप के लिए कोड लिखना यह जांचने के लिए कि क्या पुशबटन को दबाया गया है या नहीं, एक साधारण if statement लिखना प्रोग्राम को कंपाइल और अपलोड करना देखना कि पुशबटन सफलतापूर्वक कार्य कर रहा है काउंटर सेट करने के लिए प्रोग्राम को संशोधित करना होने वाली त्रुटि को स्पष्ट करना एक while statement लिखना फिर से प्रोग्राम कंपाइल और अपलोड करना आउटपुट: जब भी बटन दबाया जाता है तो गिनती बढ़ जाती है
Show video info
Pre-requisite