What are the minimum and maximum values that can be passed to the
analogWrite
function?How many different colors can be specified for the RGB LED using
analogWrite
?How many different colors can be specified for the RGB LED using
digitalWrite
?Recreate the LED dimmer from assignment 2 using the
analogWrite
function.