VCGV BN
VCGV BN
void main()
{
int16 value,p;
char b[20]="AlcoholLevel=";
char c[20]="Alert";
char str[20];
char lat[20];
char long[20];
int a,i ;
setup_adc_ports(ALL_ANALOG);
setup_adc(ADC_CLOCK_INTERNAL);
setup_spi(SPI_SS_DISABLED);
setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1);
setup_timer_1(T1_DISABLED);
setup_timer_2(T2_DISABLED,0,1);
setup_comparator(NC_NC_NC_NC);
setup_vref(FALSE);
set_tris_A(0xff);
set_tris_C(0x00);
set_tris_B(0x00);
command(0x38);
command(0x01);
command(0x06);