智能车制作
标题:
codewarrior4.6 LED灯计数的示范工程
[打印本页]
作者:
chiusir
时间:
2008-10-15 01:36
标题:
codewarrior4.6 LED灯计数的示范工程
<
><STRONG><FONT size=5>The refference project is as fellow:</FONT></STRONG></P><P>#include <hidef.h> /* common defines and macros */<BR>#include <mc9s12dg128.h> /* derivative information */<BR>#pragma LINK_INFO DERIVATIVE "mc9s12dg128b"</P><P>void delayms(int ms)<BR>{ <BR> int ii,jj;<BR> if (ms<1) ms=1;<BR> for(ii=0;ii<ms;ii++)<BR> for(jj=0;jj<1335;jj++); //16MHz--1ms <BR> } </P><P>void main(void) {<BR> /* put your own code here */<BR> unsigned char LedCnt=0;<BR> <BR> DDRB=0xFF;<BR> PUCR_PUPBE=1;<BR> <BR> EnableInterrupts;</P><P> for(;;) { <BR> <BR> LedCnt=(LedCnt>0XFE?0:++LedCnt);<BR> delayms(800); //修改延时以修改数据发送频率<BR> <BR> //低电平灯亮用这句,注释掉下面那句 <BR> PORTB=~LedCnt;<BR> <BR> //高电平灯亮用这句,注释掉上面那句 <BR> //PORTB=LedCnt; <BR> <BR> } /* wait forever */<BR> /* please make sure that you never leave this function */<BR>}</P><P>欲看完整工程请下载:</P><BR><BR><IMG src="http://www.znczz.com/images/affix.gif"><A target=_blank href="http://blog.21ic.com/UploadFiles/2008-11/211237689797.rar" target=_blank>LEDdemo.rar</A>
作者:
lynd323
时间:
2008-10-15 04:18
标题:
Re:codewarrior4.6 LED灯计数的示范工程
顶下,
作者:
whut_wj
时间:
2008-10-15 05:23
标题:
Re:codewarrior4.6 LED灯计数的示范工程
好东西,希望楼主常常来指导。
作者:
chiusir
时间:
2008-10-16 06:19
标题:
Re:codewarrior4.6 LED灯计数的示范工程
<
>呵呵,时间允许的话一定来!</P>
作者:
ranbing0614
时间:
2008-11-23 03:33
标题:
Re:codewarrior4.6 LED灯计数的示范工程
<
>下载不了</P>
作者:
chiusir
时间:
2008-11-23 04:17
标题:
Re:codewarrior4.6 LED灯计数的示范工程
<
>我修改了连接,应该可以了!</P>
作者:
zhuzhu0
时间:
2010-3-28 21:23
ding
作者:
ldq
时间:
2013-11-18 19:50
求下载
欢迎光临 智能车制作 (http://dns.znczz.com/)
Powered by Discuz! X3.2