본문내용
void main()
{
unsigned char VrValue;
unsigned int volt;
Lcd_Clr(); //LCD클리어
Put_String("ADC0804 Test...."); //첮째줄 글자찍기
Line2(); //둘째줄에 포지션 주기
Put_String("Turn the RV5!"); //둘째줄에 글자찍기
Line3(); Put_String("ADC.Value:0x00"); //셋째줄에 포지션 주고 글자찍기
{
unsigned char VrValue;
unsigned int volt;
Lcd_Clr(); //LCD클리어
Put_String("ADC0804 Test...."); //첮째줄 글자찍기
Line2(); //둘째줄에 포지션 주기
Put_String("Turn the RV5!"); //둘째줄에 글자찍기
Line3(); Put_String("ADC.Value:0x00"); //셋째줄에 포지션 주고 글자찍기
소개글