简易数字电压表程序ADC0804 voidAD_init()//AD初始化函数{cs=1;wr=1;rd=1;}voidAD_start()//AD启动{P1=0xff;cs=0;//开wr=0;delay(5);wr=1;//写完后关闭cs=1;}