文件名称:17_Slope_ADC
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-08-01
- 文件大小:
- 89kb
- 下载次数:
- 0次
- 提 供 者:
- 方**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
slop功能
1) 调用函数初始化各个硬件模块。
2) 控制相应的 IO 充放电。
3) 在捕获中断里将捕获值读回,用于计算 Rsense 的电阻值。
上传程序可实现测量“传感器电阻”的阻值。msp430g2553可直接使用
-slop function
1) call the function to initialize the various hardware modules.
2) control the corresponding IO charge and discharge.
3) In the capture interrupt in capture value read back, the resistance value is used to calculate Rsense.
Upload program can achieve measurement sensor resistance of the resistance. msp430g2553 can be used directly
1) 调用函数初始化各个硬件模块。
2) 控制相应的 IO 充放电。
3) 在捕获中断里将捕获值读回,用于计算 Rsense 的电阻值。
上传程序可实现测量“传感器电阻”的阻值。msp430g2553可直接使用
-slop function
1) call the function to initialize the various hardware modules.
2) control the corresponding IO charge and discharge.
3) In the capture interrupt in capture value read back, the resistance value is used to calculate Rsense.
Upload program can achieve measurement sensor resistance of the resistance. msp430g2553 can be used directly
(系统自动生成,下载前可以参看下载内容)
下载文件列表
17_Slope_ADC\.ccsproject
............\.cproject
............\.launches\17_Slope_ADC.launch
............\.project
............\.settings\org.eclipse.cdt.codan.core.prefs
............\.........\org.eclipse.cdt.debug.core.prefs
............\.........\org.eclipse.core.resources.prefs
............\Debug\17_Slope_ADC.map
............\.....\17_Slope_ADC.out
............\.....\17_Slope_ADC_linkInfo.xml
............\.....\ccsObjs.opt
............\.....\ccsSrcs.opt
............\.....\main.obj
............\.....\main.pp
............\.....\makefile
............\.....\objects.mk
............\.....\Slope_ADC.map
............\.....\Slope_ADC.out
............\.....\sources.mk
............\.....\.rc\ccsSrcs.opt
............\.....\...\ComparatorA.obj
............\.....\...\ComparatorA.pp
............\.....\...\Slope.obj
............\.....\...\Slope.pp
............\.....\...\subdir_rules.mk
............\.....\...\subdir_vars.mk
............\.....\...\TCA6416A\ccsSrcs.opt
............\.....\...\........\HT1621.obj
............\.....\...\........\HT1621.pp
............\.....\...\........\I2C.obj
............\.....\...\........\I2C.pp
............\.....\...\........\LCD_128.obj
............\.....\...\........\LCD_128.pp
............\.....\...\........\subdir_rules.mk
............\.....\...\........\subdir_vars.mk
............\.....\...\........\TCA6416A.obj
............\.....\...\........\TCA6416A.pp
............\.....\...\Timer_A3.obj
............\.....\...\Timer_A3.pp
............\.....\subdir_rules.mk
............\.....\subdir_vars.mk
............\lnk_msp430g2553.cmd
............\main.c
............\MSP430G2553.ccxml
............\src\ComparatorA.c
............\...\ComparatorA.h
............\...\Slope.c
............\...\Slope.h
............\...\TCA6416A\HT1621.c
............\...\........\HT1621.h
............\...\........\I2C.c
............\...\........\I2C.h
............\...\........\LCD_128.c
............\...\........\LCD_128.h
............\...\........\TCA6416A.c
............\...\........\TCA6416A.h
............\...\Timer_A3.c
............\...\Timer_A3.h
............\Debug\src\TCA6416A
............\.....\src
............\src\TCA6416A
............\.launches
............\.settings
............\Debug
............\src
17_Slope_ADC