?? spi.h
字號:
/*********************************************************************************************/
/* Program : SPI.H */
/* Function : SPI Utility Procedures Header File */
/* Author : John F. Fitter B.E. */
/* */
/* Copyright ? 1998 Eagle Air Australia Pty. Ltd. All rights reserved */
/*********************************************************************************************/
#ifndef _SPI_H
#define _SPI_H
// Function prototypes
extern void setup_spi(unsigned char mode);
extern void spi_write(unsigned char txdata);
extern unsigned char spi_read(unsigned char txdata);
#endif // _SPI_H
// ***** EOF SPI.H *****
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -