#include <16F876A.h>

#FUSES NOWDT                    //No Watch Dog Timer
#FUSES XT //oscilador cristal <= 4mhz
#FUSES NOCPD                    //No EE protection
#FUSES NOPROTECT                //Code not protected from reading
//#FUSES NOMCLR                   //Master Clear pin used for I/O
#FUSES PUT                      //Power Up Timer
#FUSES NOBROWNOUT               //No brownout reset
#FUSES NOLVP // prog. baixa voltagem desabilitado



#use delay(clock=4000000)

#define PIN_PWM   PIN_C2       // OUTPUT led IR

