Want To Know Coding?

  1. Microcontroller: A small computer on a single metal oxide semi conductor integrated in a circuit chip.
    Eg. Arduino UNO: An open source electronics platform based on easy to use hardware and software. It is open source microcontroller board based on the Microchip ATmega328P. The board is equipped with sets of digital and analog input/output pins that may be interfaced to various expansions boards and other circuits.

  2. Arduino FUNCTION: Functions allow structuring the program in segments of code to perform individual tasks. Segmenting code into functions allows a programmer to create modular pieces of code that perform a defined task and then return to the area code from which the function was called .

  3. Arduino VOID: The void keyword is used only in function declarations. It indicates that the function is expected to return to no information to the function from it was called

7 Likes

A photo nd a diagram with label would have helped us understanding what you are dealing with.
Looking forward to.

3 Likes

I am just sharing my notes about various parts of coding or components needed in it. So that everyone can go through it.

3 Likes

Looking forward to, eagerly!