📄 spi.h
字号:
/* ------------------------------------------------------------------------
File : spi.h
Descr : Declarations of (software) SPI serial interface functions.
History: 19JAN.00; Henk B&B; Definition.
--------------------------------------------------------------------------- */
#ifndef SPI_H
#define SPI_H
/* ------------------------------------------------------------------------ */
/* Function prototypes */
BYTE spi_read ( void );
void spi_write( BYTE byt );
#endif /* SPI_H */
/* ------------------------------------------------------------------------ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -