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 morepinMode (): [Digital I/O] Description Configures the specified pin to behave either as an input or an output. See the Digital Pins page for details on the functionality …
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 moreInstallation of Arduino IDE To make it as easy as possible to get started with the Arduino, the Arduino developers have created a simple but useful integrated developmen…
Read more
Social Plugin