#include <12F675.h>
#device ADC=10

#FUSES NOWDT                    //No Watch Dog Timer
#FUSES NOPUT                    //No Power Up Timer
#FUSES NOMCLR                   //Master Clear pin used for I/O
#FUSES BROWNOUT                 //Reset when brownout detected
#FUSES NOPROTECT                //Code not protected from reading
#FUSES NOCPD                    //No EE protection

#use delay(internal=4000000)
#use FIXED_IO( A_outputs=PIN_A5 )
#define v_mix    input(PIN_A3)
#define rc_out   PIN_A5


