-
一个科室对讲系统单户对讲主机的源代码,CPU是P87LPC762,带有门禁刷卡功能...
一个科室对讲系统单户对讲主机的源代码,CPU是P87LPC762,带有门禁刷卡功能-A single-family intercom intercom systems departments host the source code, CPU is the P87LPC762, with a credit card access control function
- 2022-05-08 19:02:06下载
- 积分:1
-
ARM LPC2131的LCD1602驱动
ARM LPC2131的LCD1602驱动程序-ARM LPC2131 the LCD1602 driver
- 2022-01-25 17:33:43下载
- 积分:1
-
Easy 51Pro v2 source (VC)
Easy 51Pro v2源程序(VC)-Easy 51Pro v2 source (VC)
- 2022-03-14 05:50:47下载
- 积分:1
-
是一个很好的描述单
是一款不错的单片机开发软件说明,开发单片机前的必备知识学习。-Is a good description of single-chip microcomputer software, the development of single-chip pre-requisite knowledge.
- 2022-03-10 04:23:41下载
- 积分:1
-
T6963 controller with the LCD driver, and the simple test procedure shows
带T6963C控制器的LCD的驱动程序和简单的显示测试程序-T6963 controller with the LCD driver, and the simple test procedure shows
- 2023-03-05 22:50:04下载
- 积分:1
-
使用C51单片机进行二进制转换源码的算法介绍
使用C51单片机进行二进制转换源码的算法介绍-The use of C51 single-chip source binary conversion algorithm introduced
- 2022-06-01 12:46:18下载
- 积分:1
-
I2C总线程序,及读写24C04
I2C总线程序,及读写24C04-I2C bus procedures, and writing 24C04
- 2022-03-20 12:22:02下载
- 积分: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
-
keil c 代码 用于usb
keil c 代码 用于usb-These are keil c source code and can be applied in usb
- 2022-10-23 01:50:03下载
- 积分:1
-
基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码基于CY3684开发板,使用多个interface实现复合设备。与之相对的...
基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码基于CY3684开发板,使用多个interface实现复合设备。与之相对的另一种方案是使用多个报表描述符,该方案另行上传。-This project focuses on building a mouse+ keyboard hybrid USB device with the popular Cypress CY7C68013A chip. Implementation is based on a multiple Interface solution. Please refer to CY3684 dev kit documentation for more details regarding hardware platform.
- 2023-08-25 17:00:04下载
- 积分:1