Using the RGB board, I am writing analog values using analogWrite() to pins 0,1,2 in order to do gradual color shifts.
Pins 0 and 1 behave as expected, I get proportional output of the LED on red and green for values between 0 and 255
Pin 2 behaves in a binary way. Values 128 and over turn it on, less than 128, it's off.
Can pin 2 only do digital output?