Fading LED

This project shows how to fade a LED with the Raspberry Pi.

3. Running the Program

Go to the LED fade example folder:

1

cd GrovePi/Projects/LED_Fade/
Run the LED fade script:

1
python led_fade.py

You can find the source for the example here.