上传资源列表
-
LH1526AB 资料
大小:375K 更新时间:2019-02-21 下载积分:1分
The LH1526 relay is two SPST normally open switches that can replace electromechanical relays in many applications.The relays require a minimal amount of LED drive current to operate,making it ideal f...
-
msp430简易计算器程序
大小:372K 更新时间:2019-02-21 下载积分:1分
程序功能:实现六位数的加,减,乘,除和数的n次方,键盘KO-K9的键值为0~9,K12~K15分别为+,一,*和/,K10为=,K11为上次输入数的n方。#include<msp430x14x.h>#include<math.h>#define uint unsigned int#define uc...
-
-
msp430 ADC12程序
大小:238K 更新时间:2019-02-21 下载积分:1分
1.ENC=1时才能正常的AD转换2.AD12CSC是其采集/转换控制位,启动AD必须要用一条指令来配置ENC和ADCSC。3.ADCIVIE转换时间溢出中断。转换未完成时,继续采样则会溢出。4.ADCOVIE溢出中断允许位。即ADC12MEMx中数据未读...
-
msp430 LCD5110简单显示程序
大小:200K 更新时间:2019-02-21 下载积分:1分
#include"stdafx.h"#include"font.h"/函数名称:LCDWriteByte)/函数功能:写字节数据/函数入口:dat数据;command:1为写数据0为写指令/函数出口:无void LCDWriteByte(uchar dat,uchar command)uchari;CLRB(LCD_P...