spi.h

来自「AVR mp3 embedded program code support ID」· C头文件 代码 · 共 23 行

H
23
字号

//*****************************************************************
//
// File Name	: 'spi.h'
// Title			: SPI driver
// Author		: Pascal Stang
// Date			: 11/22/2000
// Version		: 0.1
// Target MCU	: ATmega103
// Editor Tabs	: 3
//
//*****************************************************************

#ifndef SPI_H
#define SPI_H

#include "global.h"

// function prototypes
void spiInit(void);
void spiSendByte(u08 byte);

#endif

⌨️ 快捷键说明

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