健身用c寫8051led閃爍程式((20點急!!! - 健身Connor · 2012-12-11Table of ContentsPostCommentsRelated Posts用c語言寫8051控制按扭開關~LED閃爍10秒結束健身All CommentsGilbert2012-12-14voidtimerISR()interrupt_vector{if(t10s>0)--t10s;LED=~LED;}voidmain(){initTimer;IE=0x80+Timer_interrupt_Enable;while(1){while(switch_pin_hardware);//Keypress?t10s=10stimertickcount.TRx=1;while(--t10s);TRx=0;LED=off;}}2012-12-1212:03:51補充:這裡多減了一次....while(--t10s);改成while(t10s);...ShowmoreRelated Posts新竹哪裡有健身房劉亦菲的資料彰化人,想學八極拳深蹲的正確觀念與腿部重量訓練知識倒立可以長高嗎?怎麼聽到有人說可以倒立長高?真的還假的?
All Comments