// leds_on.c -- turns on LEDs connected to PORTB // implemented and tested on an AT90S8515 & STK500 // // Copyleft (!C) 2003 S. Mann and C. Manders, // (http://www.gnu.org/copyleft/gpl.html) // based on Stephen Lacy's "mirror.c" //#include (doesn't compile when this is there) #include #include //#include void delay(long N) { long n; for (n=0; n