1. Engineering basics
    1. Engineering Design Cycle
      1. Defining the problem
      2. Parameters and specifications
      3. Brainstorming
      4. Decision matrices
    2. Working on a team
    3. documenting progress
    4. good vs bad design
    5. What is the engineering profession like?
  2. Mechanics
    1. Physics
      1. Newton's Laws
      2. F = M * A
      3. W = F * D
      4. P = W / t
      5. Friction
    2. Simple machines
      1. lever
      2. gear
      3. Pulley
      4. wedge
  3. Electronics
    1. Hardware
      1. Microcontroller
      2. Sensors
      3. Motors
    2. Circuits
      1. parallel vs series circuits
      2. V = I * R
      3. P = I * V
  4. Programming
    1. Logic
      1. Variables
      2. If-Then Statements
      3. Logic gates
      4. Loops
    2. Organization
      1. Main
      2. subroutines
      3. States
      4. Timers
    3. Language
      1. Syntax
      2. Nesting and whitespace
      3. Comments