Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.
Programming Electronics Academy
What is a Code Library?: Arduino Course 6.1
A description of a code library in Arduino programming.
Programming Electronics Academy
Functions Example One: Arduino Course 8.1
A walk through of a User Defined Function in programming.
Curated Video
Learn and Master C Programming - Overview of Mixing C with C++
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...
Programming Electronics Academy
Variable Scope: Arduino Course 4.5
A description of variable scope in programming.
Programming Electronics Academy
For Loop with Multiple LEDs: Arduino Course 5.5
A walk through of programming a for loop to light up multiple LEDs
Curated Video
Learn and Master C Programming - Using Arithmetic Assignment Operators in C
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...
Programming Electronics Academy
analogRead in Ardiuno: Arduino Course 4.11
Using analogRead() to read analog inputs with Arduino.
Curated Video
Learn and Master C Programming - C Symbols & Keywords
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...
Programming Electronics Academy
Arrays and For Loops Continued: Arduino Course 7.5
A walkthrough of using arrays and for loops in programming.
Programming Electronics Academy
Tone Library Continued: Arduino Course 6.6
A description of how to explore a code library.
Curated Video
Learn and Master C Programming - Passing Pointers to Functions: Example With 2 Pointers
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...
Programming Electronics Academy
Switch Case: Arduino Course 5.6
A demonstration of how "switch-case statements" are used in programming.
Programming Electronics Academy
Arduino Toolchain: Arduino Course 2.7
A high level description of the software tools used to get the code you write on an Arduino board.
Curated Video
Learn and Master C Programming - Creating A C++ Program That Uses Our C Library
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...
Curated Video
Learn and Master C Programming - Reading and Writing Files (Overview)
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...
Extra English Practice
Pronouncing C and G
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.
Programming Electronics Academy
More Serial Library: Arduino Course 5.9
A description of using Serial Communication with Arduino.
Curated Video
Learn and Master C Programming - Understanding Heap Memory
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...
Curated Video
Learn and Master C Programming - Using Visual Studio IDE to write our first C Program
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...
Programming Electronics Academy
Class to Library: Arduino Course 8.7
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
Curated Video
Learn and Master C Programming - Using 'strcmp' and 'stricmp' functions to compare strings
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...