Mastering Arduino Programming

Mastering Arduino Programming
1 / 16
next
Slide 1: Slide
ArduinoHigher Education (non-degree)

This lesson contains 16 slides, with interactive quiz and text slides.

time-iconLesson duration is: 120 min

Items in this lesson

Mastering Arduino Programming

Slide 1 - Slide

Learning Objective
At the end of the lesson you will be able to understand Arduino delay, array, and if statement and apply them in practical exercises.

Slide 2 - Slide

What do you already know about Arduino programming?

Slide 3 - Mind map

Arduino Delay
Arduino delay is a function that pauses the program for a specified amount of time, in milliseconds.

Slide 4 - Slide

Slide 5 - Slide

Slide 6 - Slide

Slide 7 - Slide

Slide 8 - Slide

Arduino Array
An Arduino array is a collection of variables of the same type that are accessed using an index.

Slide 9 - Slide

 Array Example

Slide 10 - Slide

Arduino If Statement
The if statement is used to make decisions in a program based on certain conditions being true or false.

Slide 11 - Slide

Slide 12 - Slide

Slide 13 - Slide

Slide 14 - Slide

Slide 15 - Slide

Slide 16 - Slide