// --- COUNT.C ------------------- // Global Variables // Subroutine Declarations #include void Wait(unsigned int DATA) { unsigned int i, j; for (i=0; i> 8; PORTB = i >> 16; PORTA = i >> 24; Wait(1); } }