-
MSP430F449 timer A simulation using the serial code, C language, has been tested
用MSP430F449 定时器A模拟的串口代码,C语言,已经测试通过-MSP430F449 timer A simulation using the serial code, C language, has been tested
- 2022-08-09 08:29:02下载
- 积分:1
-
12864显示程序(AVR串行接口),包括浮点数字显示功能
12864显示程序(AVR串行接口),包括浮点数字显示功能-12864 display program (AVR serial interface), including floating-point digital display
- 2022-03-12 23:24:04下载
- 积分:1
-
51单片机上的DS1302驱动,相关的LCD驱动可以在我发布的其它驱动中找到。...
51单片机上的DS1302驱动,相关的LCD驱动可以在我发布的其它驱动中找到。-51 MCU on the DS1302 drive LCD driver can be related to the other drivers I have found.
- 2022-04-12 16:46:58下载
- 积分:1
-
Contents: 1, test Objective: To understand the key principles of scanning two to...
内容: 1、试验目的:了解按键的扫描原理
2、实现现象:同时按键抢答,先按的键有效,其他按键锁死 复位后重新开始抢答
3、硬件要求:按键 LED灯
原理:最先按下按键者有效,其他均无效-Contents: 1, test Objective: To understand the key principles of scanning two to achieve phenomenon: the key to answer in the same time, press the key and effective, other key-lock reset and re-start to answer in 3, the hardware requirements: button LED lights principle: first press the keys are valid, others are null and void
- 2022-01-30 12:46:32下载
- 积分:1
-
看门狗的使用方法例程(C语言)
看门狗的使用方法例程(C语言)-watchdog on the use routines (C language)
- 2022-05-15 20:35:26下载
- 积分:1
-
USBCAN驱动程序可以检测消息总线。
usbcan驱动程序,检测can总线的消息。-usbcan driver can detect the message bus.
- 2022-03-22 00:14:35下载
- 积分:1
-
定时器结合LED
7805开发板,适合初学者
定时器结合LED
7805开发板,适合初学者-Timer combination LED7805 development board, suitable for beginners
- 2023-09-01 07:25:04下载
- 积分:1
-
t6963c LCD driver 240,128, only some of the functional module, for reference onl...
t6963c液晶驱动240128,只有部分功能模块,仅供参考-t6963c LCD driver 240,128, only some of the functional module, for reference only
- 2022-01-26 01:02:15下载
- 积分:1
-
100 cases of classic C procedures, a more detailed and should be helpful to all...
经典C程序100例,比较详细,应该对大家提高有所帮助-100 cases of classic C procedures, a more detailed and should be helpful to all of us to improve
- 2023-04-16 02:10: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