Overview
Learn to incorporate software interrupts in Arduino projects, taking your skills to the next level. Explore the process of blinking red and yellow LEDs using interrupts, understand the circuit setup, and dive into the Arduino library. Master the code structure, including void setup, defining interrupts, and implementing the blink functionality. Gain insights into the void loop and timer concepts, enhancing your ability to create more sophisticated Arduino projects.
Syllabus
Introduction
Blink a Red LED
Blink a Yellow LED
The Circuit
The Arduino Library
Writing the Code
Void Setup
Define Interrupts
Blink Yellow
Blink Yellow Code
Void Loop
Timer
Taught by
Paul McWhorter