Good PWM Pins

But I thought analogWrite(pin#,0) and analogWrite(pin#,255) are two 'special cases' in that the analogWrite library does a true digitalWrite(pin#,LOW) and digitalWrite(pin#,HIGH) for those two specific values respectably. Therefore the warning about possible variations in actual duty for small values used on pins 5 & 6 should probably be changed to:

This will be noticed mostly on low duty-cycle settings (e.g 1 - 10) and may result in a value of 0 not fully turning off the output on pins 5 and 6.

Or am I all wet?

Lefty