资源简介
基于430单片机的电压检测电路proteus仿真,用数码管显示电压值
代码片段和文件信息
//**************************************************
// Target : MSP430 ComparatorA
// Description: Simple Voltmeter
// (0.1 < Vsrc < 4.0)
//
// Copyright (c) Usachev M.
// February 2009
// Built with IAR embedded Workbench Version: 4.11C
//
// Warning! vref contains empirical values.
// If you change the schema or clock-source
// or even “while(1) counter++;“ it would
// calibrate these values again
//**************************************************
#include
#include “intrinsics.h“
// Voltage = {0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 end}
static const short vref[] = {0 20 43 68 99 132 175 232 303 -1};
unsigned short counter;
#define CHARGER P2OUT
#pragma vector=COMPARATORA_VE
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-05-03 12:14 vmeter\
目录 0 2013-05-03 12:06 vmeter\Debug\
文件 13919 2011-01-07 12:46 vmeter\Debug\Debug.cof
文件 8202 2011-01-07 12:46 vmeter\lnk_msp430f1101.cmd
文件 15871 2011-01-07 12:46 vmeter\main.cof
文件 2083 2011-01-07 12:46 vmeter\main.cpp
文件 1616 2011-01-07 12:46 vmeter\main.hex
文件 1727 2011-01-07 12:46 vmeter\MSP430 Voltmeter.vsmp
文件 160586 2011-01-07 12:46 vmeter\vmeter.DSN
文件 1016 2013-05-03 12:06 vmeter\vmeter.PWI
- 上一篇:网上书店(有完整的代码)
- 下一篇:计算机病毒及防护论文
相关资源
- 单片机proteus仿真100例
- 交通灯+RS232+模拟串口通讯 proteus 仿真
- DS18B20+DS1302 显示温度和时间Proteus仿真
- 51单片机 ADC0832 ADC 仿真 proteus LCD160
- TX-1C Proteus仿真板
- Proteus 7 Professional仿真 单片机双积分式
- Proteus STM32 PWM输出仿真.rar
- 汇编-电子时钟 8253+8255+8259.rar
- Proteus8.9 仿真STM32407ZGT6系列008_PWM输出
- Proteus 仿真 数字钟
- 基于LPC2124的温度模糊控制系统Proteu
- ADC0809数字电压表proteus仿真
- 交通灯的proteus仿真和用VHDL实现的代码
- 采用MSP430单片机的开关稳压电源设计
- AVR单片机ATmega16L继电器Proteus仿真
- 心率计,用proteus 仿真
- 音响放大器仿真图
- 64*32点阵程序+proteus仿真
- 数码管60进制循环proteus仿真.DSN
- proteus仿真PWM控制电动机
- LCD+ADC0832电子秤仿真程序文件 含prot
- LTC1865(16位AD转换器)
- 流水灯程序+proteus仿真
- ADC0809实现数字电压表
- 电压表汇编语言(包含PROTEUS仿真文件
- PROTEUS中使用ARM处理器及uCOS-II仿真实验
- 基于PROTEUS的60秒倒计时实验
- AD转换程序(Proteus仿真)
- 量程自动切换数字电压表Proteus仿真
- PROTEUS VSM 1教程
评论
共有 条评论