Hi,
I'm working on a simple LED project.
I've used up all the digital pins for a task with the lolShield (http://jimmieprodgers.com/kits/lolshield/).
I'd like to be able to use the analog Pins as they are still free.
If I use analogWrite() on an analog pin, I get a LED to light up. I would like to try to get the LED to fade, like the one of the scripts in the getting started book (http://cdn.makezine.com/make/books/getstartedarduino/eg/Example_04.txt)
I understand analogWrite can only do this on one of the digital pins. Is there an alternative method I can use to achieve the same effect, so I can get a fading LED on an analog pin?
Thank you for any help,
M