My first program

I have no idea how to program embedded systems, but I am eager to learn.

So now I have published my first little program, Glowing, which simply uses the LEDs to provide what others called the "Knight Rider" effect, but with a smooth dimming effect created through rapid on-and-off switching of the LEDs. Have a look here: Glowing and try it out.


2 comments

26 Nov 2009

The LEDs are connected to PWM outputs and so a lot of the switching can be done by Hardware.

Good practice though.

See my example:

LED_PWM

26 Nov 2009

Andrew Harpin wrote:

The LEDs are connected to PWM outputs and so a lot of the switching can be done by Hardware.

Good practice though.

See my example:

LED_PWM

Cool. Thank you for that, I will try this out.

You need to log in to post a comment