-
cs5463的pic初始化程序,对cs5463进行初始化,用于与pic单片机通讯。...
cs5463的pic初始化程序,对cs5463进行初始化,用于与pic单片机通讯。-CS5463
- 2023-01-20 15:10:04下载
- 积分:1
-
自
自制的数字电压表,用的的是AD0809这个芯片,希望能有用对大家。-Self-made digital voltage meter, is used in the AD0809 chip, hoping to be useful for everyone.
- 2022-03-19 13:54:40下载
- 积分:1
-
液晶12864的驱动程序C语言
液晶12864的驱动程序C语言-LCD driver 12864 C language
- 2022-04-08 12:02:16下载
- 积分:1
-
单片机无线串行接口
单片机无线串行接口-wireless microcontroller serial interface
- 2022-02-03 17:53:48下载
- 积分:1
-
周立功 lpc2104 开发板资料和测试程序,经过调试
周立功 lpc2104 开发板资料和测试程序,经过调试-weeks meritorious lpc2104 development board information and testing procedures, after debugging
- 2022-02-20 05:37:09下载
- 积分:1
-
单片机复位电路应用集锦,希望能给用到的朋友们帮助
单片机复位电路应用集锦,希望能给用到的朋友们帮助-Application of single-chip reset circuit allehanda, hope that they will be used to help my friends
- 2022-07-13 14:14:42下载
- 积分:1
-
LT_1B msp430开发板例子程序-TB12
LT_1B msp430开发板例子程序-TB12-LT_1B msp430开发板例子程序-TB2
- 2022-02-05 06:43:26下载
- 积分:1
-
我用单片机8952和电压比较器339做了一个简单的电容容量测量表,参数大
致如下:
电容测量范围为1pF...
我用单片机8952和电压比较器339做了一个简单的电容容量测量表,参数大
致如下:
电容测量范围为1pF-9999.99uF,最小分辨力为1pF。分为5个量程,可以自
动切换量程,也可手动切换。
另外,有简单的频率计功能,能测量0-60MHz的数字信号频率(TTL电平);
还可以产生几个单点频率的方波信号(比如1KHz)。
采用1602LCD作为显示器;4个按键控制;使用24C01保存当前设置值,不用
每次开机重新设置。可单5V供电,也可9V交流供电
-I used the single-chip 8952 and the voltage comparator 339 to do a simple capacitance measurement table, parameters are as follows: capacitance measurement range 1pF-9999.99uF, the minimum resolution for the 1pF. Divided into five ranges, you can automatically switch range can also be manually switched. In addition, a simple frequency meter function, capable of measuring 0-60MHz frequency digital signal (TTL level) can also lead to several single-point-frequency square-wave signal (for example, 1KHz). 1602LCD used as a monitor 4 button control use 24C01 to preserve the current settings, do not reset each boot. Can be a single 5V power supply, 9V AC power supply can also be
- 2023-08-10 15:10:03下载
- 积分:1
-
AVR应用测试LCM模块,ICCAVR编译器编辑。
测试LCM模块AVR应用,ICCAVR编译器编辑。-AVR application testing LCM module, ICCAVR compiler editor.
- 2022-11-08 14:40:03下载
- 积分:1
-
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2...
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
- 2022-07-21 10:12:11下载
- 积分:1