標(biāo)題: msp430f2741單片機(jī)仿真點(diǎn)燈 [打印本頁(yè)]

作者: chenbingjy    時(shí)間: 2024-9-19 10:57
標(biāo)題: msp430f2741單片機(jī)仿真點(diǎn)燈
代碼:

  1. #include "io430.h"

  2. int main( void )
  3. {
  4.   unsigned int i;
  5.   // Stop watchdog timer to prevent time out reset
  6.   WDTCTL = WDTPW + WDTHOLD;
  7.   P4SEL=0;
  8.   P4DIR=0XFF;
  9.   P4OUT=0X00;
  10.   while(1)
  11.   {
  12.     P4OUT^=0X01;
  13.     for(i=0;i<60000;i++);
  14.   }
  15.   return 0;
  16. }
復(fù)制代碼

仿真效果圖


程序工程
TEST.zip (228.88 KB, 下載次數(shù): 3)

仿真工程
MSP4301.zip (40.31 KB, 下載次數(shù): 2)







歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1