readme.txt

来自「examples foir msp430mcu」· 文本 代码 · 共 11 行

TXT
11
字号
Using the USCI I2C Master

|--DMA Support : All files in this folder can be used ONLY ON MSP430 devices that have the USCI module AND DMA support.
    |------main.c : Application level C file that interfaces with slave MSP430 device. (Use TI_USCI_I2C_slave.c)
    |------TI_USCI_I2C_master_dma.c : Hardware interface level C file that contains all function definitions needed for USCI             initialization and USCI I2C communication.
    |------TI_USCI_I2C_master_dma.h : Header file that contains all definitions used in application/hardware interface files.

|--Without DMA Support : All files in this folder can be used on ANY MSP430 device with the USCI module
    |------main.c : Application level C file that interfaces with slave MSP430 device. (Use TI_USCI_I2C_slave.c)
    |------TI_USCI_I2C_master.c : Hardware interface level C file that contains all function definitions needed for USCI initialization      and USCI I2C communication.
    |------TI_USCI_I2C_master.h : Header file that contains all definitions used in application/hardware interface files.      

⌨️ 快捷键说明

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