ARDUINO

What can we connect on the digital pins of Arduino?

To connect arduino sensors actuators, and othetr ICs.

What programming language does the Arduino use?

The Arduino programming language is a simple and user-friendly version of C++1

What is the void setup() section used for in Arduino programming?

The code that you put inside void setup() will only run once, and that will be at the beginning of your program

What is the void loop() section used for in Arduino programming?

Does precisely what its name suggests, and loops consecutively, allowing your program to change and respond.

Example of a simple Arduino program.

Example of a simple Arduino program.

What is the Arduino project?

Is an open-source electronics platform based on easy-to-use hardware and software.

What versions of the Arduino board are there

1. Arduino UNO

2. LilyPad Arduino

Arduino Mega

Parts of the Arduino board

Parts of the Arduino board

What are the analog pins on the Arduino?

For most Arduino users is to read analog sensors

What can we connect to the analog pins of the Arduino?

Analog sensors

What are the Arduino digital pins?

The pins 4,6,8,9,10,12