Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video13:21
Programming Electronics Academy

Array Basics Part Two: Arduino Course 7.3

Higher Ed
An introduction to using arrays in programming.
Instructional Video11:23
Programming Electronics Academy

What is a Code Library?: Arduino Course 6.1

Higher Ed
A description of a code library in Arduino programming.
Instructional Video17:17
Programming Electronics Academy

Functions Example One: Arduino Course 8.1

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video5:31
Curated Video

Learn and Master C Programming - Overview of Mixing C with C++

Higher Ed
We will understand the problem of mixing our C code with C++ code (and projects) and how to address this problem by using extern "C" in our code. This clip is from the chapter "Mixing C with C++ Code" of the series "Learn and Master C...
Instructional Video21:20
Programming Electronics Academy

Variable Scope: Arduino Course 4.5

Higher Ed
A description of variable scope in programming.
Instructional Video16:49
Programming Electronics Academy

For Loop with Multiple LEDs: Arduino Course 5.5

Higher Ed
A walk through of programming a for loop to light up multiple LEDs
Instructional Video5:22
Curated Video

Learn and Master C Programming - Using Arithmetic Assignment Operators in C

Higher Ed
We will learn about a new way to combine both arithmetic as well as assignment operators together. This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video15:49
Programming Electronics Academy

analogRead in Ardiuno: Arduino Course 4.11

Higher Ed
Using analogRead() to read analog inputs with Arduino.
Instructional Video1:36
Curated Video

Learn and Master C Programming - C Symbols & Keywords

Higher Ed
We will look at the C language symbols and keywords to understand. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into...
Instructional Video16:07
Programming Electronics Academy

Arrays and For Loops Continued: Arduino Course 7.5

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video20:36
Programming Electronics Academy

Tone Library Continued: Arduino Course 6.6

Higher Ed
A description of how to explore a code library.
Instructional Video6:56
Curated Video

Learn and Master C Programming - Passing Pointers to Functions: Example With 2 Pointers

Higher Ed
We will implement a function that can return two values at the same time, which can be done using pointers. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section...
Instructional Video5:57
Programming Electronics Academy

Switch Case: Arduino Course 5.6

Higher Ed
A demonstration of how "switch-case statements" are used in programming.
Instructional Video8:39
Programming Electronics Academy

Arduino Toolchain: Arduino Course 2.7

Higher Ed
A high level description of the software tools used to get the code you write on an Arduino board.
Instructional Video8:23
Curated Video

Learn and Master C Programming - Creating A C++ Program That Uses Our C Library

Higher Ed
Learn how to utilize extern "C" to make our code compatible with both C/C++ projects. This clip is from the chapter "Mixing C with C++ Code" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Instructional Video7:41
Curated Video

Learn and Master C Programming - Reading and Writing Files (Overview)

Higher Ed
This lecture walks you through the process of reading from files and writing data to files using C/C++ functions. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute...
Instructional Video9:31
Extra English Practice

Pronouncing C and G

9th - 12th
American English pronunciation lesson explaining when to use the hard and soft sounds for C and G. Includes many examples with C and G in intial and final positions. Watch Misha and Larissa play a game making sentences with C and G words.
Instructional Video16:31
Programming Electronics Academy

More Serial Library: Arduino Course 5.9

Higher Ed
A description of using Serial Communication with Arduino.
Instructional Video6:35
Curated Video

Learn and Master C Programming - Understanding Heap Memory

Higher Ed
We talk about heap memory and its main characteristics as well as the functions needed to work with heap memory. This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute...
Instructional Video13:29
Curated Video

Learn and Master C Programming - Using Visual Studio IDE to write our first C Program

Higher Ed
Learn how to write then compile and run our first C program using Visual Studio IDE. This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C Programming For Absolute...
Instructional Video15:18
Programming Electronics Academy

Class to Library: Arduino Course 8.7

Higher Ed
A walk through of turing a class into an Arduino code library.
Instructional Video7:21
Programming Electronics Academy

Arrays and For Loops: Arduino Course 7.4

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video4:52
Curated Video

Learn and Master C Programming - Using 'strcmp' and 'stricmp' functions to compare strings

Higher Ed
We will learn how to use 'strcmp' and 'stricmp' functions to compare strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings...