Latest Notes & Assignments
2019-02-15 7:30-9:00 PM @ 4H
Review C++ class implementations
2019-02-01 7:30-9:00 PM @ 4H
- Voltage calculations
- Ohm's law
2019-01-18 7:30-9:00 PM @ 4H
- PWM - Pulse Width Modulation
- Create a ledPin class in C++ to simulate PWM.
- Convert your PWM functions into class methods on your LED class. It needs to take the duty cycle / brightness as an argument. If you want, also implement a method to adjust the period of the PWM - how to design the API for this is up to you.
- Reading: Resistors
2019-01-04 7:30-9:00 PM @ 4H
First day of Ethan's Arduino teaching!