spi.h
来自「c51控制cc1100示范程序」· C头文件 代码 · 共 55 行
H
55 行
/*******************************************************************************************************
* *
* ********** *
* ************ *
* *** *** *
* *** +++ *** *
* *** + + *** This file contains all defines and function prototypes necessary to *
* *** + run the Spi example. *
* *** + + *** *
* *** +++ *** Spi.h *
* *** *** *
* ************ *
* ********** *
* *
*******************************************************************************************************
* Compiler: Keil C51 V7.50 *
* Target platform: Chipcon CCxxx0 (Silabs F320) *
* Author: SNA *
*******************************************************************************************************
* Revision history: See end of file *
*******************************************************************************************************/
#include <Chipcon\srf04\regssrf04.h>
#include <Chipcon\srf04\halsrf04.h>
#include <Chipcon\srf04\ebsrf04.h>
//-------------------------------------------------------------------------------------------------------
// Global Variables
extern RF_SETTINGS code rfSettings;
extern BYTE code paTable[8];
//-------------------------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------------------------
// Function declarations
void displayMenu(void);
void handleMenu(UINT8 menuEntry);
//-------------------------------------------------------------------------------------------------------
/******************************************************************************************************
* Revision history: *
*
* $Log: Spi.h $
*
******************************************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?