Latest

PHP First Program

PHP मे First Program कैसे बनाया जाता हैं उसके बारे मे जानकारी इस Article मे दी गई हैं । विडिओ के माध्यम से समझने के लिए यंहा क्लिक
Read More

PHP Introduction in Hindi

Creator of PHP किसने बनाई ? What is PHP क्या हैं? Characteristics of PHP की विशेषताएं Open Source : जी हां, PHP Open Source (Free) हैं इसके लिए
Read More

Arduino Character Functions

isAlpha() isAlphaNumeric() विडिओ के माध्यम से समझने के लिए यंहा पर क्लिक करे isAscii() isControl() isDigit() isGraph() isHexadecimalDigit() isLowerCase() isPrintable() isPunct() isSpace() isUpperCase() isWhitespace()
Read More

Arduino Math Functions

abs() constrain() x: यहाँ पर हम कोई भी नंबर Value देते हैं a: Minimum Range देना हैं b: Maximum Range देना हैं यदि वह 5 से छोटी हुए
Read More

Arduino Constants

true | false HIGH | LOW INPUT OUTPUT INPUT_PULLUP LED_BUILTIN true false HIGH 5V वाले बोर्ड पर 3V से अधिक पर HIGH होता हैं 3.3V वाले बोर्ड पर
Read More

Arduino Data Types

Number Type bool boolean byte int unsigned int short long unsigned long word Floating Point double float Character char unsigned char Array array string Object String() Other void
Read More

Arduino Control Structure

Conditional Statement if else switch…case Loop Statement for while do…while Flow Transfer Statement break continue return goto if else switch…case for while do…while break continue return return :
Read More

Arduino Analog/Digital Read/Write

Input : जब भी हमें किसी पिन से कोई वैल्यू रीड करना हो तो हम analogRead/DigtalRead का उपयोग करते हैं Output : जब भी हमें किसी पिन पर
Read More

ARDUINO Guide 2021 (Hindi)

Arduino क्या हैं ? Arduino कैसे काम करता हैं ? Arduino पर शुरुआत कैसे करे ? Step 1: Download Arduino IDE Step 2: Connect Board Step 3: Configure
Read More