Tech Learn
Tech Learn
Tech Learn
analogReference() [Analog I/O] Description Configures the reference voltage used for analog input (i.e. the value used as the top of the input range). The options ar…
Read moreanalogRead() [Analog I/O] Description analogRead () function is used to read the value from the specified analog pin. Arduino boards contain a multichannel, 10-bit a…
Read moreanalogWrite () Function [Analog I/O] Description Writes an analog value (PWM wave) to a pin. Can be used to light a LED at varying brightnesses or drive a motor at…
Read moredigitalRead () Function [Digital I/O] Description The digitalRead () function is used to read the value from a specified digital pin, either HIGH or LOW . Syntax…
Read moredigitalWrite () Function [Digital I/O] Description The digitalWrite () function is used to write a HIGH or a LOW value to a digital pin. If the pin has been configur…
Read moreAs we all know that Arduino programming language can be divided in three main parts: structure, functions, and values (variables and constants). In my last article I hav…
Read moreArduino Program Structure After understanding the Arduino, it's types and installation of IDE in the previous Articles. Now lets get started with the programming par…
Read moreWhat is Arduino??? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs, like light sensors,…
Read more
Social Plugin