搜索资源列表
app_ADC_with_digit_8_led_by_kkyou
- 电压计(c语言编写的) 通过led灯显示 电路图说明: 1、R1、R2、D1、D2 组成发光二极管显示,显示过压或过流状态; 2、PC3外接模拟信号 采用内部参考电压所以AREF传电容接地抗干扰AVCC接VCC提供AD转换电压 3、PC5提供164的时钟信号 PC4提供串行输入信号 164具有10ma的输出电流,又具有串入并出以及信号锁存的动能,数码管又为共阴管,所以无须另加驱动 这里采用静态显示 4、现以在程序中加入小数点显示
AD08321602
- 数字电压表 AD芯片: 采用8位串行A/D转换器ADC0832。 ● 8位分辨率,逐次逼近型,基准电压为 5V ● 5V单电源供电 ● 输入模拟信号电压范围为 0~5V ● 有两个可供选择的模拟输入通道 显示: 使用三个数码管。 显示范围: 0.00 - 5.10 (单位:V) 连接方式: AD_CLK → P1.0 AD_DAT → P1.1 AD_CS → P3.4 模拟输入 → CH0
ds18b20
- 在dsPIC30中使用DS18B20温度传感器,转换结果送LCD1602显示(其中整数部分3位,小数点部分4位,小数点1位)-The dsPIC30 using DS18B20 temperature sensor, converting the results to send LCD1602 display (including integral part of the three, the decimal part of the 4-bit, decimal 1)
CC2430-ChipTempratureTest
- CC2430片内温度实验源码。 温度显示精度为小数点后两位。开发环境IAR.编程语言C.-CC2430 internal-chip temperature experiment Codes
abc
- 温度显示,现实的温度能精确到小数点后一位,温度范围在-55度到128度-Temperature display, the temperature can be accurate to one decimal place, the temperature in the range of- 55 to 128 degrees
yejingcewen
- 用DS18B20测量温度并在液晶12864上显示出温度 精确到小数点后一位-12864 LCD temperature display
DS18B20
- 51单片机DS18B20程序,用数码管显示当前温度,精确到小数点后两位-51 MCU DS18B20 program, digital tube display the current temperature, accurate to the decimal point two
ds18b20
- stc89C51单片机读取18B20数据并在数码管中显示温度,精确到小数点后一位,有protues仿真图代码。-To read the 18B20 data and digital tube display temperature, accurate to the decimal point one, the protues simulation diagram code.
dianziwenduji
- 电子温度计基于at89c51 带小数点数码管显示-Electronic thermometer digital tube display based on at89c51 with a decimal point
danpianji
- 基于单片机的数字温度计的设计 要求使用6位数码显示管,最高位为符号位,如果温度为正,不显示,如果温度为负,则显示负号;第2~4位显示温度值的整数部分,并在第4位数据上显示小数点;第5位显示一位小数,最低位显示摄氏度符号“℃”。-Based design requires the use of single-chip digital thermometer digital display tubes, the most significant bit is the sign bit
1602
- msp430g2553控制1602带小数点显示的头文件,可以自动判断小数点位置-msp430g2553 control 1602 with a decimal point display the header files, you can automatically determine the decimal point position
ATmega128-I2C_PCF8563
- 实验名称:PCF8563时钟实验 功能描述:利用PCF8563定时,数码管显示时间,实现电子时钟的功能。 实验目的:熟悉TWI通信协议。 学会操作TWI器件PCF8563。 熟练掌握利用数码管显示数据。 学习小数点定位方法。 学习较为复杂的程序编写。 实验说明:MCU--M128 内部8M晶振 系统初始时间为 2008-01-01 星期二 23:58:-Experiment name: PCF8563 clock experiments
LCD1602JIA18B20
- 18b20测量温度。由液晶显示屏lcd1602显示温度。精确到小数点后两位,并由串口发送-18b20 measuring temperature. LCD1602 display temperature the liquid crystal display. Accurate to two decimal places,And sent by serial port
Electronic-circuit
- 3. 创建一个工程文件,编程实现将0 1 2 E F、姓名等显示在LCD屏上,编程实现将3到4位数据小数点后保留一位(如10.2、100.6)分别显示在三组LED屏上。 4. 编程实现按键输入功能,将按键信号显示在LED或LCD屏上,(如按▲键,,使屏幕信号逐渐加1,从0加到10,再按▼键,从10减到0。 5. 编程实现D/A转换(下行通道),输出(4~20mA)电流,并进行0点和斜率校正。 6. 编程实现A/D转换(上行通道)实现数据采集,将采集信号显示在LED和LCD屏上。程序要