#include "p33Fxxxx.h" // Select Internal FRC at POR _FOSCSEL(FNOSC_FRC); // Enable Clock Switching and Configure _FOSC(FCKSM_CSECMD & OSCIOFNC_OFF); void delay(unsigned int t) { unsigned int x; unsigned int i; for(i=0;i<650;i++) for(x=0;x