Course 4: Microcontrollers » Lesson 4: Timers and Timing

Lesson 1

Introduction to Microcontrollers

Lesson 2

Hardware Hello World

Lesson 3

Input and Output

Lesson 4

Timers and Timing

Lesson 5

Analog to Digital Conversions

Lesson 6

Polling vs Interrupts

Lesson 7

Communicating with a PC

Lesson 8

Design an LED Game

Lesson 9

Design a Cyclops Eye

Lesson 10

AVR vs Arduino

Lesson Video

Lesson 4: Timers and Timing

All processors use a master clock frequency to execute instructions and microcontrollers are no different. In this lesson, we will explore the relation between processor speed, instruction timing, and internal timer modules.

Related Videos