• 大小: 38KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-20
  • 语言: 其他
  • 标签: msp430f149  5110显示  

资源简介

超声波雷达 msp430f149 超声波模块 5110显示

资源截图

代码片段和文件信息

#include 
#include “5110.h“
#define uchar unsigned char
#define uint  unsigned int
//*************************************************************************
void Port_init()
{    
  P5SEL = 0x00;
  P5DIR = 0xFF;   
  P5OUT|=BIT5;
}
void WDT_Init()
{
   WDTCTL = WDTPW + WDTHOLD; 
}
/////////////////////////////////////////////////////////////
void timeinit()
{
  BCSCTL2=0x88;
}
void main(void) 
{
  WDT_Init();
  timeinit();
  Port_init();
  LCD_init();  
  LCD_clear();
  while(1)  
  {     
    LCD_write_english_string(252“65110501“);
    LCD_write_chinese_string(25312300);                   
  }   
}        

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-10-16 09:47  chaoshengbo\
     文件         670  2013-10-10 20:46  chaoshengbo\01.c
     文件        2751  2013-10-14 21:32  chaoshengbo\01.dep
     文件       20123  2013-08-03 15:52  chaoshengbo\01.ewd
     文件       50310  2013-10-09 10:14  chaoshengbo\01.ewp
     文件         156  2013-08-03 17:27  chaoshengbo\01.eww
     文件        9876  2013-10-10 20:31  chaoshengbo\5110.c
     文件         587  2013-10-09 10:13  chaoshengbo\5110.h
     目录           0  2013-10-16 09:47  chaoshengbo\Debug\
     目录           0  2013-10-16 09:47  chaoshengbo\Debug\Exe\
     文件       20617  2013-08-03 17:44  chaoshengbo\Debug\Exe\01.d43
     文件        4362  2013-10-10 20:46  chaoshengbo\Debug\Exe\01.txt
     目录           0  2013-10-16 09:47  chaoshengbo\Debug\List\
     目录           0  2013-10-16 09:47  chaoshengbo\Debug\Obj\
     文件         182  2013-10-14 21:24  chaoshengbo\Debug\Obj\01.pbd
     文件        7364  2013-10-10 20:46  chaoshengbo\Debug\Obj\01.r43
     文件       20341  2013-10-10 20:31  chaoshengbo\Debug\Obj\5110.r43
     文件         230  2013-08-03 15:48  chaoshengbo\Debug\Obj\chaoshengbo.pbd
     文件         866  2013-10-09 10:13  chaoshengbo\Debug\Obj\chaoshengbo.r43
     文件       22003  2013-08-03 15:48  chaoshengbo\Debug\Obj\main.r43
     目录           0  2013-10-16 09:47  chaoshengbo\settings\
     文件        1064  2013-10-14 21:24  chaoshengbo\settings\01.cspy.bat
     文件          63  2013-10-14 21:32  chaoshengbo\settings\01.dbgdt
     文件         959  2013-10-14 21:32  chaoshengbo\settings\01.dni
     文件        2894  2013-10-14 21:32  chaoshengbo\settings\01.wsdt
     文件         861  2013-08-03 15:40  chaoshengbo\settings\chaoshengbo.cspy.bat

评论

共有 条评论