#include void MSDelay(unsigned int); void main(void) { P0=0x55; P2=0x55; while(1) { P0=~P0; P2=~P2; MSDelay(250); } } void MSDelay(unsigned int itime) { unsigned int i, j; for(i=0;i