關(guān)于單片機(jī)LED二進(jìn)制加法 作者: 時間:2016-11-25 來源:網(wǎng)絡(luò) 加入技術(shù)交流群 掃碼加入和技術(shù)大咖面對面交流海量資料庫查詢 收藏 #includevoid TIMED(unsigned int x );main(){unsigned int clac = 0xff;while(1){P0 = clac;clac--;TIMED(300);本文引用地址:http://m.butianyuan.cn/article/201611/321467.htm}}void TIMED( unsigned int x){unsigned int y,i;for(i = x; i > 0; i--)for(y = 110; y > 0; y--);}
評論