datardyspi2.c

来自「Mplab C30编译器」· C语言 代码 · 共 16 行

C
16
字号
#if defined(__PIC24F__)
#include <p24Fxxxx.h>
#endif
#include "spi.h"

/******************************************************************************
Function Prototype : char DataRdySPI2(void)
 
Include            : spi.h
 
Description        : This function determines if the SPI buffer contains
                     any data to be read.
 
Arguments          : None
 
Return Value       : If 

⌨️ 快捷键说明

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