Please enable JavaScript to use CodeHS

Introduction to Physical Computing with Arduino

Lesson 3.1 Arduino Challenges

Description

In this lesson, students will learn build complex circuits with LCD screens. They will experiment with the millis command to count time and will use all of the concepts they’ve learned up to this point to complete their first larger projects- a digital watch and an elevator.


Objective

Students will be able to:

  • Use control structures to develop readable, concise, and effective programs
  • Control LCD screens to display information
  • Use the millis command to count time without pausing the program