搜索资源列表
算法子程序集
- 通过调试的有用的单片机控制程序,可以在应用中直接调用-through the useful debugging MCU control procedures, the application can directly call
无符号数除法子程序16×16
- PIC单片机无符号数运算子程序,可以直接调用!-PIC unsigned few Operational subroutine can directly call!
红外遥控接收
- 红外遥控接收 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脚是否出现高电平如果有就退出解码程序
PF8563
- PF8563测试程序,包含有各种子程序和调用接口-PF8563 test procedure includes various subroutine call interface and so on.
C51div
- 一种实用的单片机多字节除法算法以及实现的汇编源代码。稍加改动就能作为子程序调用。相对实用。-a practical multi-byte microcontroller division algorithm and the realization of the compilation of source code. Little changes can serve as a subroutine call. Relative practical.
lcd1624
- 单片机驱动液晶程序,液晶为1624型 里面程序齐全,只需调用子程序就好
emc-mcu-sle4442
- 本代码用义隆单片机编写,台湾义隆单片机价格便宜,功耗低,集成资源丰富,在电话机鼠标等消费电子中占有绝对优势。 本代码可以读写西门子4442加密卡,自动兼容大唐电子的4C28卡,使用程序请直接调用源程序的读写模块,注意要先赋值安全码,在代码的最后是子程序,已经列明所占用资源。 SLE4442卡的接线顺序在代码中有图示。试验完全可以读写,有被注释掉的代码是测试程序。可以恢复后进行测试,请参照注释。
ds1820ok
- 以下是四个DS1820温度读取程序 使用时先调用\"rom()\"子程序读出每个器件的序列号 再将各个序列号填入SN数组中才能读出各个温度
A_example_of_C_and_ASM_mixture_for_MCU
- 单片机设计中C函数和汇编子程序的相互调用及实例
多任务 多进程
- 多任务 多进程 51 单片机 C 语言 1.本程序不使用任何汇编指令 2.由定时器T0产生中断,切换进程 3.由于中断或调用子程序,要把PC堆栈,故可以以SP为基址的地方找到PC 4.中断或子程序返回,要把SP出栈给PC,故可以操作SP改变程序入口 5.本程序经调试运行 电路图已上传 6.程序编译是会有一个警告提示,为正常现象,因为保存R0-R7时,重新定义地址, 出现地址覆盖的警告提示。 7.用户以此模板写程序只需写用户的进程子程序和用户初始化子程序,并把各进程
实时时钟PCF8563T子程序库
- 实时时钟PCF8563T子程序库。在主程序中包含相应的头文件,直接调用即可。,Real Time Clock subroutine library PCF8563T. In the main program contains the header files, you can call directly.
51single-chiputilitysubroutinelibrary
- 51单片机实用子程序库,含有详尽的单片机资源调用子程序-51 single-chip utility subroutine library, which contains detailed subroutine calls single-chip resources
lcd16032
- 金鹏液晶LCD,OCMJ2X10C-2,4并口调用子程序,可直接移植-Jinpeng liquid crystal LCD, OCMJ2X10C-2, 4 parallel subroutine calls can be directly transplanted
I2C
- DSP下,I2C的子程序,修改引脚设置,调用子程序即可实现I2C的功能-Under the DSP, I2C subroutines, modify pin set, call subroutine I2C functions can be realized
MTV040
- MTV040语音芯片播放,调用子程序,共217段。-MTV040
MCU89E58
- 基于51单片机的程序。各目录源代码说明: LCD:LCD液晶显示器例程,调用子程序:PUB\LCD.C KEY: 按键例程,调用子程序:PUB\KEY.C LIGHT: LED发光二极管源码,调用子程序:PUB\BOARD.C Samples: 更详细的各功能模块例程-51 SCM-based program. Descr iption of the source code directory: LCD: LCD liquid crystal display routine, s
1602
- 用51单片机开发的1602液晶屏驱动程序, 已经写好屏幕接口, 可以直接调用子程序进行屏幕的输出, 滚动等操作-1602 LCD driver 51 MCU development, has written the screen interface, you can directly call the subroutine screen output, flow and other operations
Desktop
- 51单片机ad转换及七段数码管显示程序(数码管的显示调用子程序)-51 SCM ad conversion and seven-segment digital tube display program (digital tube display subroutine calls)
Lab_4_Demo_Code
- 如何使用汇编语言在msp430的单片机上调用子程序-How to use assembly language subroutine call
arm PID
- 基于stm8平台 ,PID算法的实现,可直接调用子程序(Stm8 platform based on the realization of PID algorithm, you can call subroutine directly)