-
This is the common pic microcontroller subroutine, including BCD conversion and...
这是常用的pic单片机子程序,
包括BCD码的转化和串行通讯等是PIC初学者理想的学习样板-This is the common pic microcontroller subroutine, including BCD conversion and serial communications beginners PIC is an ideal learning model
- 2023-07-14 04:05:03下载
- 积分:1
-
C8051F350单片机做的称重系统
C8051F350单片机做的称重系统-C8051F350 microcontroller do Weighing System
- 2022-04-13 07:25:02下载
- 积分:1
-
MSP430系列单片机实用C语言程序设计
MSP430系列单片机实用C语言程序设计-MSP430 MCU Practical C Programming Language
- 2022-01-25 20:54:37下载
- 积分: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
-
一种能产生宽调节占空比的PWM芯片,适合做逆变电源。
一种能产生宽调节占空比的PWM芯片,适合做逆变电源。-Can generate a duty cycle of the PWM chip width adjustment, suitable for power inverters.
- 2023-07-05 19:40:04下载
- 积分:1
-
单片机franklin51实现fft
方便快速
单片机franklin51实现fft
方便快速-Fft Singlechip franklin51 realize quickly and easily
- 2022-03-04 09:42:18下载
- 积分:1
-
基于讯通公司的nrf2401单片机进行的无限通信程序。
基于讯通公司的nrf2401单片机进行的无限通信程序。-NRF2401 show based on the company
- 2022-01-21 18:10:16下载
- 积分:1
-
自己做的一个小玩意基于步进电机的横切机液晶显示
自己做的一个小玩意基于步进电机的横切机液晶显示-Their own gadgets to do a cross-section based on the stepper motor drive LCD
- 2022-03-29 01:32:06下载
- 积分:1
-
595 digital tube
595数码管驱动,用于51单片机,使用3个io口,串行驱动数码管-595 digital tube-driven, for 51 MCU, using 3 io port, serial driver digital tube
- 2022-03-03 16:03:02下载
- 积分:1
-
用C语言实现的1602液晶显示程序,程序已经调试好了
用C语言实现的1602液晶显示程序,程序已经调试好了-Using C language program of the 1602 liquid crystal display, the program has good debugging
- 2022-01-26 08:29:03下载
- 积分:1