Click here to Skip to main content
15,919,749 members

Comments by edi nurjamil (Top 1 by date)

edi nurjamil 20-Dec-12 0:17am View    
this code from avr, iam using atmega8.

while (1)
{
int dataAdc;
dataAdc = read_adc(0);
printf("%drn",dataAdc);
delay_ms(300);
};

I just want to display the data ADC, to configure port communication is successful, but I can not display the data ADC.

i wan display on segmen gauge from InstrumenLab.