您好,欢迎来电子发烧友网! ,新用户?[免费注册]

您的位置:电子发烧友网>电子元器件>集成电路>

- MAX197的带液晶显示源程序

2011年01月17日 00:12 www.elecfans.com 作者:大毛 用户评论(0
   
   temp=temp+temp1[i];
  }
  temp=temp/15;//取平均值 
  IntToStr(temp,&TempBuffer[0],5);
  setPosition(0x40);
  printc(TempBuffer[0]);
  printc(TempBuffer[1]);
  printc('.');
  printc(TempBuffer[2]);
  printc(TempBuffer[3]);
  printc(TempBuffer[4]); 
  prints("mv");
  delay1(500);
  max197=0x40;
 }
}
void convert() interrupt 2 using 2
{
 flag=1;
}

非常好我支持^.^

(5) 71.4%

不好我反对

(2) 28.6%

( 发表人:admin )

      发表评论

      用户评论
      评价:好评中评差评

      发表评论,获取积分! 请遵守相关规定!