msp430流水灯程序

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

#includemsp430g2553.h#defineuintunsignedint#defineucharunsignedcharvoidys(uintz){while(z--);}voidmain()//按字节操作{WDTCTL=WDTPW+WDTHOLD;P1DIR|=BIT0;//输出模式P1DIR|=BIT0;P1DIR|=BIT1;P1DIR|=BIT2;P1DIR|=BIT3;P1DIR|=BIT4;P1DIR|=BIT5;P1DIR|=BIT6;P1DIR|=BIT7;while(1){P1OUT=0xfe;ys(30000);P1OUT=0xfd;ys(30000);P1OUT=0xfb;ys(30000);P1OUT=0xf7;ys(30000);P1OUT=0xef;ys(30000);P1OUT=0xdf;ys(30000);P1OUT=0xbf;ys(30000);P1OUT=0x7f;ys(30000);P1OUT=0xbf;ys(30000);P1OUT=0xdf;ys(30000);P1OUT=0xef;ys(30000);P1OUT=0xf7;ys(30000);P1OUT=0xfb;ys(30000);P1OUT=0xfd;ys(30000);}}

1 / 2
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功