资源列表
Energy-Meter
- automatic energy meter using proteus software
yejingxianshi000003
- 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TA
huibian
- 18B20数字温度显示系统 主机控制DS18B20完成温度转换必须经过三个步骤:初始化、ROM操作指令、存储器操作指令。必须先启动DS18B20开始转换,再读出温度转换值。本程序仅挂接一个芯片,使用默认的12位转换精度,外接供电电源,读取的温度值高位字节送WDMSB单元,低位字节送WDLSB单元,再按照温度值字节的表示格式及其符号位,经过简单的变换即可得到实际温度值. -18B20 host control system, digital temperature display tem
MSP430F449_FLASH
- MSP430F449 内部FLASH读写程序-MSP430F449 内部FLASH读写程序
giaotiep
- control SCR power charger battery
uart
- NIOSII的串口通讯源程序,很不错,值得
adc_lib
- AVRGCC AnalogDigital Reading Library
src
- 利用51单片机操作,外接红外接收装置,并配以红外遥控,来控制LED灯的闪烁和在LCD屏上显示-Use SCM operations, external infrared receiver, and with an infrared remote control to control the LED lights flash and is displayed on the LCD screen
vad
- 语音滤波短时能量 短时过滤率 端点检测 都能得到相应的仿真波形-Speech s filtering the short time percolation of a short time energy a rate to carry to order examinations can get to homologously imitate true wave a form
hi
- 简易数字钟的开发,非常适合初学单片机的朋友!-The development of simple digital clock,freshmen s zone!
button
- button for avr(compiler codevison)
Timer-key-debounce
- 通过定时器定时来给按键消抖,每隔一段时间进行一次定时中断。-Timer key debounce