• 大小: 109KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: 其他
  • 标签: msp430  

资源简介

msp430f249 of protues仿真及程序 多种仿真图以及相应程序,可用其仿真msp430f149程序

资源截图

代码片段和文件信息

#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar table[8] = {0x010x020x040x080x100x200x400x80};
uchar duan[10] = {0x3f0x060x5b0x4f0x660x6d0x7d0x070x7f0x6f};

void main(void)
{
  P1DIR |=0Xff;            //设P1.0为输出//----0 --->Input ..1 ---->Output 
  P2DIR |=0Xff;            //设P2.0为输出
  P3DIR |=0X0f;            //设P3.0为输入/输出0000 1111
  P4DIR |=0XFF;            //设P4.0为输出
  lcd_init();//configure the lcd
  write_long_char(02“oh_my_love“);
  while(1)
  {    
    key_scan();
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13160  2008-07-22 11:29  msp430f249 of  protues电路及程序\4\Backup of test.ewd

     文件      44233  2008-07-22 11:29  msp430f249 of  protues电路及程序\4\Backup of test.ewp

     文件       7779  2012-05-25 21:17  msp430f249 of  protues电路及程序\4\Debug\Exe\test.d43

     文件       2439  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\Debug\Exe\test.hex

     文件        508  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\Debug\Obj\main.pbi

     文件      33355  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\Debug\Obj\main.r43

     文件        161  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\Debug\Obj\test.pbd

     文件       2151  2012-05-26 15:39  msp430f249 of  protues电路及程序\4\key.h

     文件       1719  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\lcd.h

     文件        604  2012-05-26 15:40  msp430f249 of  protues电路及程序\4\main.c

     文件       1141  2012-05-26 15:17  msp430f249 of  protues电路及程序\4\settings\test.cspy.bat

     文件       7912  2012-05-26 15:17  msp430f249 of  protues电路及程序\4\settings\test.dbgdt

     文件        895  2012-05-26 15:17  msp430f249 of  protues电路及程序\4\settings\test.dni

     文件       3557  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\settings\test.wsdt

     文件       2542  2012-05-26 17:10  msp430f249 of  protues电路及程序\4\test.dep

     文件      20107  2012-05-25 21:09  msp430f249 of  protues电路及程序\4\test.ewd

     文件      50103  2012-05-26 13:54  msp430f249 of  protues电路及程序\4\test.ewp

     文件        158  2008-07-22 11:29  msp430f249 of  protues电路及程序\4\test.eww

     文件     270466  2012-05-26 17:58  msp430f249 of  protues电路及程序\FANGZHEN.DSN

     文件       1469  2012-05-26 17:58  msp430f249 of  protues电路及程序\FANGZHEN.PWI

     文件     270466  2012-05-26 17:54  msp430f249 of  protues电路及程序\Last Loaded FANGZHEN.DBK

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序\4\Debug\Exe

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序\4\Debug\List

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序\4\Debug\Obj

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序\4\Debug

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序\4\settings

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序\4

     目录          0  2012-05-26 18:00  msp430f249 of  protues电路及程序

----------- ---------  ---------- -----  ----

               734925                    28

............此处省略1个文件信息

评论

共有 条评论