c信号发生器程序
void main() { while(1) { if(++e==128) e=0; DAC0832=sin[e]; delay(10); } }
下载地址
用户评论