Instructional Video9:02
Curated Video

Arduino OOP - Add Methods to Init and Toggle Between the LEDs

Higher Ed
In this video, you will learn how to add methods to Init and toggle between the LEDs.
<
br/>
This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In this section,...
Instructional Video5:03
Curated Video

Arduino OOP - Introduction- Final Project Overview

Higher Ed
In this video, we will have a quick introduction to the final project.
<
br/>
This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work...
Instructional Video5:41
Curated Video

Arduino OOP - Add some Getters and Setters

Higher Ed
In this video, you will learn how to add some getters and setters.
<
br/>
This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we...
Instructional Video8:24
Curated Video

Arduino OOP - Toggle LED State from LEDBlinker

Higher Ed
In this video, we will cover toggle LED state from LEDBlinker.
<
br/>
This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Instructional Video13:33
Curated Video

Arduino OOP - Create the LEDBlinker Class and Init the LED Inside

Higher Ed
In this video, you will learn how to create the LEDBlinker class and Init the LED inside.
<
br/>
This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented...
Instructional Video1:59
Curated Video

Arduino OOP - Introduction - LEDBlinker - Use a Class Inside Another Class

Higher Ed
In this video, we will have a quick section introduction.
<
br/>
This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will cover...
Instructional Video7:45
Curated Video

Arduino OOP - Combine LEDs and Buttons - Work with Multiple Objects

Higher Ed
In this video, we will learn how to combine LEDs and buttons, and work with multiple objects.
<
br/>
This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this...
Instructional Video8:35
Curated Video

Arduino OOP - Debounce the Button Inside the Class

Higher Ed
In this video, we will cover debounce the button inside the class.
<
br/>
This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the...
Instructional Video7:18
Curated Video

Arduino OOP - Add More Abstraction to Know When the Button Is Pressed

Higher Ed
In this video, you will learn how to add more abstraction to know when the button is pressed.
<
br/>
This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this...
Instructional Video4:18
Curated Video

Arduino OOP - Create the PushButton Class cpp File - Implementation

Higher Ed
In this video, you will learn how to create the PushButton class cpp file for implementation.
<
br/>
This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this...
Instructional Video5:57
Curated Video

Arduino OOP - Create a cpp File - Separate the Interface from the Implementation

Higher Ed
In this video, you will learn how to create a cpp file to separate the interface from the implementation.
<
br/>
This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented...
Instructional Video6:39
Curated Video

Arduino OOP - Use Your Class in Your Program - Create a LED Object

Higher Ed
In this video, you will learn how to use your class in your program to create an LED object.
<
br/>
This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this...
Instructional Video6:54
Curated Video

Arduino OOP - The LED Class Constructor

Higher Ed
In this video, we will cover the LED class constructor.
<
br/>
This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first...
Instructional Video3:07
Curated Video

Arduino OOP - Add Attributes to the LED Class

Higher Ed
In this video, you will learn how to add attributes to the LED class.
<
br/>
This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on...
Instructional Video2:36
Curated Video

Arduino OOP - Create the LED Class Structure

Higher Ed
In this video, you will learn how to create the LED class structure.
<
br/>
This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on...
Instructional Video5:18
Curated Video

Arduino OOP - Software Setup for the Course

Higher Ed
In this video, we will cover the software setup for the course.
<
br/>
This clip is from the chapter "Introduction" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will have a quick introduction to the...
Instructional Video3:03
Curated Video

Arduino OOP - List of Materials

Higher Ed
In this video, we will explore the list of materials.<br<br/>/>

This clip is from the chapter "Introduction" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will have a quick introduction to the course.
Instructional Video2:56
Curated Video

Arduino OOP - Welcome!

Higher Ed
In this video, we will have a quick introduction to the course learning goal.
<
br/>
This clip is from the chapter "Introduction" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will have a quick...
Instructional Video2:03
Packt

What to Do Next

Higher Ed
Thank you for taking this course. Happy learning!<br<br/>/>

This clip is from the chapter "Conclusion" of the series "Arduino OOP — Object-Oriented Programming".Welcome to the last section of this course.
Instructional Video3:11
Packt

How to Build an Arduino Project with OOP - Best Practices

Higher Ed
In this video, you will learn how to build an Arduino project with OOP.<br<br/>/>

This clip is from the chapter "Conclusion" of the series "Arduino OOP — Object-Oriented Programming".Welcome to the last section of this course.
Instructional Video3:00
Packt

Project Conclusion and Improvements

Higher Ed
In this video, we will have the project conclusion and improvements.<br<br/>/>

This clip is from the chapter "Conclusion" of the series "Arduino OOP — Object-Oriented Programming".Welcome to the last section of this course.
Instructional Video14:06
Packt

Modify the LEDs Brightness with the Potentiometer

Higher Ed
In this video, you will learn how to modify the LEDs brightness with the Potentiometer.
<
br/>
This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In this...
Instructional Video8:13
Packt

Create a Class for the Potentiometer

Higher Ed
In this video, you will learn how to create a class for the Potentiometer.
<
br/>
This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Instructional Video15:09
Packt

Use Time Functionalities to Wait Between Different States

Higher Ed
In this video, you will learn how to use time functionalities to wait between different states.
<
br/>
This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In...