-
电动自行车控制器程序利用PIC16F72
电动自行车控制器程序利用PIC16F72-electric bicycle controller procedures used PIC16F72
- 2022-12-13 15:55:02下载
- 积分:1
-
学习C51的最好例子程序
学习C51的最好例子程序-study of the best examples of procedures
- 2023-01-18 16:00:03下载
- 积分:1
-
本程序是一师兄给我的,用于液晶屏的滚动显示,给大家参考参考...
本程序是一师兄给我的,用于液晶屏的滚动显示,给大家参考参考-this is a process, told it to me, for the rolling screen, to your information.
- 2023-09-01 06:55:03下载
- 积分:1
-
推荐一个学习430单片机的型号MSP430FE42X系列,这一系列型号内置功能完全可以满足初学者的需要,...
推荐一个学习430单片机的型号MSP430FE42X系列,这一系列型号内置功能完全可以满足初学者的需要,-Recommend a study of the Model 430 single-chip MSP430FE42X series, this series of models built-in feature fully meet the needs of beginners,
- 2022-03-24 12:52:25下载
- 积分:1
-
对于单片机系统中有关于中文输入的场合,这是一个很令人头疼的事情,这个程序可以对开发者有很大的帮助,甚至在此基础上编出更好的代码...
对于单片机系统中有关于中文输入的场合,这是一个很令人头疼的事情,这个程序可以对开发者有很大的帮助,甚至在此基础上编出更好的代码-for SCM System on the importation of Chinese occasions, this is a very vexing issues, This procedure can developers be very helpful, even on this basis write better code
- 2022-04-17 23:46:01下载
- 积分:1
-
s3c9454 battery balance program
s3c9454 battery balance program
- 2022-03-20 06:03:43下载
- 积分:1
-
采用单片机控制PDIUSBD12芯片,实现按键功能的示例
采用单片机控制PDIUSBD12芯片,实现按键功能的示例-PDIUSBD12 single-chip computer control chip, the realization of key examples of functional
- 2022-07-25 20:34:04下载
- 积分:1
-
单片机扩展flash盘
单片机扩展flash盘-SCM flash disk expansion
- 2022-10-22 01:50:07下载
- 积分:1
-
ICD的测试程序,可以用来证明icddemo板。
ICD的测试程序,可以用于演示ICDDEMO板。-ICD testing procedures can be used to demonstrate ICDDEMO plate.
- 2022-03-01 21:49:09下载
- 积分: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