delay.asm

来自「8051 ASM source code for MLX90614 temptu」· 汇编 代码 · 共 16 行

ASM
16
字号
					
					
							SUBTITLE "DELAY SUBROUTINES"


;************************************************************************************************************
;								     TUNABLE DELAY 	
;************************************************************************************************************
;Name:		delay
;Function:	Produces time delay depending on the value in counterL
;Input:		W
;Output:	No
;Comments:  Used in START _bit and STOP_bit subroutines to meet SMBus timing 
;	        requirements.
;	        Refer to "System Management BUS(SMBus) specification Version 2.0" and
;	        AN 擲MBus communication with MLX90614

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?