Data types in Arduino Data type name size in bits/bytes from size to size bool 8bit(1byte) true=1 false=0 byte 8bit(1byte) 0 255 char 8bit(1byte) -128 127 word 16bit(2byte) 0 65535 int 16bit(2byte)…

Data types in Arduino Data type name size in bits/bytes from size to size bool 8bit(1byte) true=1 false=0 byte 8bit(1byte) 0 255 char 8bit(1byte) -128 127 word 16bit(2byte) 0 65535 int 16bit(2byte)…
To use the above code, you need the following materials Esp32 board 3 jumper wires of male to female Breadboard 2 LEDs 2 resistors of 330 ohms Arduino ide installed on your…
At times when you launch your eclipse ide and when you begin to start your tomcat server then at that instant, you might have seen these error Usually, the error might happen…
Before we start today blog, let me tell you that writing HTML code is different than normal languages such as python, and, C/C++ Why? Because, to use the python and C/C++, you…
To see the output of the below scripts use a serial monitor and in case, if you don’t see any output on the serial monitor then press the EN button from the…