/*FadeThis example shows how to fade an LED on pin 9 using the analogWrite()function.The analogWrite() function uses PWM, so if you want to change the pin you'reusing, be sure to use another PWM capable pin. On most Arduino, the PWM pinsare identified with a "~" sign, like ~3, ...