Pre-class Assignment

Complete zyBook participation activities 10.1 and 10.2.

Announcements

Learning Objectives and Outcomes

In this lecture you will:

By the end of this lecture you should be able to:

Lecture Content

Time Ordered Vs. Data Processing Behavior

What are some examples of time ordered and data processing behavior we have implemented in class so far? Take a few minutes to discuss with a partner.

Time Ordered Data Processing
peak detection (real time) peak detection w/ dummy data (not real time)
keypad debounce (timers) computation for calculator
Interrupts / ticker / ISR
waiting for input (see SM below)
getNumber on calculator

Example SMs and Extending Them

Screen Shot 2023-02-16 at 10.17.09 AM.png