-
c51单片机实验程序代码
c51单片机实验程序代码--流水灯、时钟、液晶驱动,串口异步通信、AD、DA、ROM 扩展、IO扩展等等,附原理图,对初学者很有帮助。-C51 single-chip experimental procedure code- water lights, clock, LCD driver, serial asynchronous communication, AD, DA, ROM expansion, IO expansion and so on, with schematic diagram, useful for beginners.
- 2023-07-26 09:55:03下载
- 积分:1
-
LCD320240的AVR单片机驱动程序,显示的字模需行列式取模,液晶驱动芯片是1335...
LCD320240的AVR单片机驱动程序,显示的字模需行列式取模,液晶驱动芯片是1335-The AVR Singlechip LCD320240 driver, showed to be determinant of the matrix modulus, LCD Driver IC is 1335
- 2022-02-04 09:46:24下载
- 积分:1
-
一些单片机适用小程序,用于单片机的控制,存储信息,LCD显示等相关源代码。...
一些单片机适用小程序,用于单片机的控制,存储信息,LCD显示等相关源代码。-some small SCM application procedures for the MCU control, information storage, LCD display-related source code.
- 2022-03-21 04:25:34下载
- 积分:1
-
Based on mc9s12dg128b, time catcher of the sample code
一个基于mc9s12dg128b,时间捕捉器的示例代码-Based on mc9s12dg128b, time catcher of the sample code
- 2022-03-13 16:15:33下载
- 积分:1
-
Modbus通讯协议Modbus源码原来Modicon的我…
MODBUS通信协议MODBUS源代码最初是MODICON为自己生产的PLC(可编程逻辑控制器)协议而开发的,后来广泛应用于工业部门,这是一对多的通信方式,他的方式是免费开放的,任何人都可以开发,这么多的PLC,人机界面和控制软件有支持方案。
- 2022-07-05 08:09:59下载
- 积分:1
-
8051 Absolute Encoder Positioner How to connect and drive absolute position enco
8051 Absolute Encoder Positioner How to connect and drive absolute position encoder with SSI serial interface. The encoder has been made by Siemens (6FX2001-5FS12). Archive contains: 1) schematic, 2) source in C and Assembler
- 2022-01-22 07:16:42下载
- 积分:1
-
1302时间集成电路,在430上调试通过
1302时间集成电路,在430上调试通过-1302 time integrated circuits, in the 430 debugging through
- 2022-08-17 16:34:47下载
- 积分: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
-
STM32 单片机产生32768Hz的方波 其中有定时器的配置
STM32 单片机产生32768Hz的方波 其中有定时器的配置-STM32 MCU 32768Hz square wave which produces the configuration of timer
- 2022-12-14 00:15:02下载
- 积分:1
-
手写IC(EPH1100)的80C51驱动软件。
手写IC(EPH1100)的80C51驱动软件。-handwritten IC (EPH1100) 80C51-driven software.
- 2023-03-28 13:40:03下载
- 积分:1