Arduino

What can we connect on the digital pins of Arduino.

Arduino sensors, actuators, and other ICs

What programming language does the Arduino use?

a variant of the C++ programming language

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?

repeat consecutively until Arduino is turned off.

Example of a simple Arduino program.

What is the Arduino project?

designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices.

What versions of the Arduino board are there.

Arduino Uno (R3)
Arduino Nano.
Arduino Micro.
Arduino Due.

Parts of the Arduino board

Subtópico

Subtópico

What are the analog pins on the Arduino?

read analog sensors

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

analog sensors

What are the Arduino digital pins?

4, 6, 8, 9, 10, and 12