-
单片机教程,详细讲解了有关单片机的原理,结构,操作方法。...
单片机教程,详细讲解了有关单片机的原理,结构,操作方法。-Single-chip tutorial, detailed account of the principle of the single-chip, structure, methods of operation.
- 2022-07-04 07:00:59下载
- 积分: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
-
TI芯片DAC8501驱动程序,DAC8501是TI公司的高精度16位,高速率DA(数模)转换器
MAXIM公司12位高精度AD(模数)转换器MAX189驱...
TI芯片DAC8501驱动程序,DAC8501是TI公司的高精度16位,高速率DA(数模)转换器
MAXIM公司12位高精度AD(模数)转换器MAX189驱动-TI chip DAC8501 driver, DAC8501 is TI
- 2023-04-28 09:40:03下载
- 积分:1
-
按键
详细的AD按键程序 C语言版本
绝对 好用可以到出一直
按键
详细的AD按键程序 C语言版本
绝对 好用可以到出一直-AD button button detailed procedures C language version of the absolute ease of use can go out have been
- 2022-04-25 00:10:02下载
- 积分:1
-
tmer_a,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助...
tmer_a,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助-tmer_a, TI MCU TMPS430 use examples, I hope that the same object is to help beginners
- 2022-10-12 20:50:03下载
- 积分:1
-
440BXARM开发板 试验程序和源代码
440BXARM开发板 试验程序和源代码-440BXARM development board testing procedures and source code
- 2022-02-04 10:46:07下载
- 积分:1
-
E2PROM is simple to read and write in SCM on the procedures
是简单的E2PROM在单片机上的读写程序-E2PROM is simple to read and write in SCM on the procedures
- 2022-03-18 22:20:41下载
- 积分:1
-
A complete source code of the individual product development, including single
一个完整的个人产品开发源代码,包括对单片机STC12C5410的编程(含内部AD采样、自创的内部Flash编程源码等)、LCD1602的驱动编程等。-A complete source code of the individual product development, including single-chip STC12C5410 programming (including the internal AD sampling, create their own internal Flash programming source code, etc.), LCD1602 driver programming.
- 2022-10-12 03:30:02下载
- 积分:1
-
数字温度传感器DS18B20的原理与应用.pdf
数字温度传感器DS18B20的原理与应用.pdf -数字温度传感器DS18B20的原理与应用.pdf数字温度传感器DS18B20的原理与应用.pdf
- 2022-05-07 08:41:33下载
- 积分:1
-
89C52的键盘扫描LED显示及串口程序。
用Keil C51开发。用通用实验板调试通过。...
89C52的键盘扫描LED显示及串口程序。
用Keil C51开发。用通用实验板调试通过。
-89C52 keyboard scanning LED display and serial procedures. Using Keil C51 development. Experiments with GM through the debug board.
- 2022-10-21 18:00:08下载
- 积分:1