Current Objective: Visible Pulse Width Modulation
- Read the potentiometer knob voltage using analogRead
 - Modulate the duty cycle (onTime) of the LEDs using the knob voltage.
 
Requirements
- Cleanly format your code to maximize organization and readability like the dpeaArduinoStyleGuide.
 - Clarify the purpose of each function and variable through smart naming.
 - Use headers and comments as needed to enhance organization.