Red Cyclon Eye
By Sony Sodikin http://www.sodikinsony.blogspot.com/ This project turns on the LEDs connected to port 0 of the microcontroller in sequence, making like a Cylon with the light bouncing back and forth. The data is displayed with about 1/2 second delay between each output pattern. If you don’t know what a Cylon is, try Googling Battlestar Galactica. Circuit Diagram Program Listing /*********************************************************** Title : red cyclon eye Author : Sony Sodikin : http://www.sodikinsony.blogspot.com Date : September,09,2008 Processor : AT89C51 ***********************************************************/ #include void delay(void) { int i; for(i=-32768 ; i } void main(void) { while(1) { int j; for(j = 1; j {P0 ...