We'll start with the following skeleton code.

You'll need the standard #INCLUDE "plumbing.module". Type this code into your text editor (this is so you get practice typing occam-π), and it should compile as-is.
QUESTIONS
What do the following PROCs do?
- beginAnalog()
- analogWrite()
- delay()
- What does pwm.cycle() do? What is the equivalent of a "replicated SEQ" in other programming languages?
- What is the range of values that can come in on the adc channel?
You can refer to the Plumbing and Wiring occamdoc for support.
