⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 spi.h

📁 AVR平台下的CanOpen协议桟源码包括应用
💻 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 + -