SGWRJWR

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ADCL = ADRESL;

ADCH = ADRESH;
VAL = ADCL+(ADCH*256);
VAL = VAL*4;
Lcd4_Clear;
sprintf(cifra, "LUXI=4%d",VAL);
Lcd4_Set_Cursor(1,1);
Lcd4_Write_String("intesitatea lum ");
Lcd4_Set_Cursor(2,1);

Lcd4_Write_String(cifra);
__delay_ms(100);

You might also like