第一范文网 - 专业文章范例文档资料分享平台

便携式体温检测仪的设计 - 图文

来源:用户分享 时间:2025/5/15 15:44:14 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

安徽工程科技学院毕业设计(论文)

{

CCR0+=BitTime;

if((CCTL0&CCIS_1)==CCIS_1) {

//处于接收状态

if((CCTL0&CAP)==CAP) {

CCTL0&=~CAP;//从捕获模式转为比较模式 CCR0+=hfBitTime; } else {

//开始接收数据 if(BitCnt!=0) {

//数据未接收完 RxBuf>>=1;

if((CCTL0&SCCI)==SCCI) {

RxBuf|=0x80; BitCnt--; } } else {

//数据接收完 CCTL0&=~CCIE; RT=1; } } } else {

//处于发送状态

if(BitCnt!=0)//数据未发送完 {

if((TxBuf&0x1)==0)//要发送的数据是0 {

CCTL0|=OUTMOD2;//输出选择复位模式} else {

CCTL0&=~OUTMOD2;//输出选择置位模式 }

TxBuf>>=1;

高洁:便携式体温检测仪的设计

BitCnt--; } else {

//数据发送完 CCTL0&=~CCIE; RT=1; } }

C外文文献及翻译附录

安徽工程科技学院毕业设计(论文)

1. The principle of MSP430 LCD

MSP430 of a static LCD State, 2 MUX, 3MUX, four 4MUX Display mode, and the most commonly used or 4 MUX Mode. Popular speaking, there are four public - (Equivalent to the digital scanning display Choice of side), the number of drive-mode Type. This model is the biggest advantage Can be usedto provide at least most of the pins LCD, Figure 1 showed that 4MUX display modesof public - and-drive, Which (a) shows that a \- When the public were to end with the drive - LCD signal, the corresponding number on the show Yards.

This paper will be about 4 MUX LCD way as an example. Under this approach, an \\\Have a relationship. Therefore, in 4 MUX mode, the only need Two drive-can be said that an \

In the series to MSP430 MCU LCD driver, opened up a specialized storage space (LCDMEM1 ~ LCDMEM20) to show that the storage of information, knownas liquid crystal display buffer, or LCD significant Depositors. MSP430F435 a total of 20 bytes LCD modules Memory, if we use 4 MUX way that can significantly Showing 160 LCD stroke. At that time, each memory will

Should be two-drive. Figure 2 MUX way in the 4 The LCD memory, LCD, the LCD - The relationship.

Then to show \0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f, \

高洁:便携式体温检测仪的设计

If LCD pin S0, S1, S2, S3 can even respectively. SCM then in the S0, S1, S2, S3, to LCDMEM1, LCDMEM2 send data \\

2. LCD Introduction

A total of 160 of this LCD, the LCD of Figure 3 yards The layout. And the icon above six \meaning of the symbols. Below is a row of seven \

Characters and symbols, figures show, has a specific meaning dimensional data. Figure 4 for LCD \Truth table legs.

搜索更多关于: 便携式体温检测仪的设计 - 图文 的文档
便携式体温检测仪的设计 - 图文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c62v6d7991m4qfr016rkg_9.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top