Please enable JavaScript to use CodeHS

Introduction to Physical Computing with Arduino

Lesson 1.3 Comments & Pseudocode

Description

In this lesson, students will learn about comments and pseudocode, why they are important, and how they help organize and plan programs. They will also learn the basic difference between analog and digital components and how to use the analogWrite command in their programs.


Objective

Students will be able to:

  • Use comments to write more readable programs
  • Develop pseudocode in order to properly plan and organize their programs
  • Articulate the difference between analog and digital devices
  • Use the analogWrite command in Arduino programs