-
周立功ZLG7289 驱动原代码
周立功ZLG7289 驱动原代码 -ZLG7289project16project16project16
- 2022-03-19 08:26:48下载
- 积分:1
-
MAX1247 subroutine, 12 realize high
MAX1247子程序,实现12位高精度串行AD转换-MAX1247 subroutine, 12 realize high-precision serial AD converter
- 2022-03-19 21:02:24下载
- 积分:1
-
LPT I used to simulate IIC, friendly interface and ease of use, hardware debuggi...
使用LPT口,模拟IIC,界面友好,使用方便,不失为一个硬件调试的好帮手!
亦可透过IIC实现双机互连,因为IIC支持主从模式:-)-LPT I used to simulate IIC, friendly interface and ease of use, hardware debugging is a good helper! Through dual-IIC interconnection, as IIC support from the main mode :-)
- 2023-07-28 04:20:02下载
- 积分:1
-
步进电机控制程序,已测,绝对好用!大家来下载
步进电机控制程序,已测,绝对好用!大家来下载-Stepper motor control procedures have been measured, the absolute ease of use! U.S. to download
- 2022-11-02 04:05:03下载
- 积分:1
-
Sunplus SPCE061A use as a master of nuclear, with LCD 12864 Serial driver connec...
使用凌阳SPCE061A作为主控核,与液晶12864采用串行方式连接的驱动程序12864_Driver.c,开发环境为凌阳IDE2-Sunplus SPCE061A use as a master of nuclear, with LCD 12864 Serial driver connected 12864_Driver.c, development environment for Sunplus IDE2
- 2023-04-20 18:35:03下载
- 积分:1
-
r63400 C51测试程序
R63400 C51 test program
- 2023-02-25 15:00:03下载
- 积分:1
-
SCM internal timer Application
单片机的内部定时器应用-SCM internal timer Application
- 2022-04-16 19:10:16下载
- 积分:1
-
液晶显示lcd128*64,c语言源程序,适用于51内核的单片机
液晶显示lcd128*64,c语言源程序,适用于51内核的单片机-LCD lcd128* 64, c language source code, applied to 51 kernel Singlechip
- 2022-02-02 13:58:07下载
- 积分:1
-
TIDSP converted to H document re
将TIDSP 转换后的H文件 再利用此程序可生成 KIEL 的HEX.文件 加载到单片机里运行-TIDSP converted to H document re-use this program KIEL generates the HEX. File loaded into the single-chip microcomputer to run
- 2022-02-14 06:16:15下载
- 积分: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