16i2csi.asm
来自「Microchip PIC18F 设备驱动代码 I2C部分」· 汇编 代码 · 共 20 行
ASM
20 行
;*******************************************************************************;
;* ;
;* This implements a generic library functionality to support I2C Slave ;
;* for PIC16 family ;
;* It adds additional functionality of Rx/Tx user defined Cicular buffer ;
;* ;
;*******************************************************************************;
;* FileName: 16I2CSI.asm ;
;* Dependencies: P16xxx.inc ;
;* I2CSInt.Def ;
;* I2CSInt.Inc ;
;* Processor: PIC16xxxx ;
;* Assembler: MPASMWIN 02.70.02 or higher ;
;* Linker: MPLINK 2.33.00 or higher ;
;* Company: Microchip Technology, Inc. ;
;* ;
;* Software License Agreement ;
;* ;
;* The software supplied herewith by Microchip Technology Incorporated ;
;* (the "Company") for its PICmicro
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?