關(guān)于單片機(jī)LED二進(jìn)制加法 作者: 時(shí)間:2016-11-25 來(lái)源:網(wǎng)絡(luò) 加入技術(shù)交流群 掃碼加入和技術(shù)大咖面對(duì)面交流海量資料庫(kù)查詢 收藏 #includevoid TIMED(unsigned int x );main(){unsigned int clac = 0xff;while(1){P0 = clac;clac--;TIMED(300);本文引用地址:http://www.ex-cimer.com/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--);}
評(píng)論