Forum Discussion
Altera_Forum
Honored Contributor
16 years agoblinking leds, problem in code C
hi everybody, i'm a newbie. I'm trying to design a simple blinking leds pattern by using the red leds array on the DE2 kit using CycloneII ,say the leds array begin to blink from the left to the r...
Altera_Forum
Honored Contributor
16 years agomay be this code can help you.
int delay; while(1) { delay = 0; while(delay < 2000000) { delay++; }