spi_soft.h
来自「脱机ISP编程器」· C头文件 代码 · 共 26 行
H
26 行
/* isp.h - part of USBasp Autor..........: Thomas Fischl <tfischl@gmx.de> Description....: Provides functions for communication/programming over SPI interface Licence........: GNU GPL v2 (see Readme.txt) Creation Date..: 2005-02-23 Last change....: 2007-07-23*/
//---------------------------------------------------------------------------/*-------------------------------------------------
Modify.........: avenbbs(8785116@qq.com)
Last change....: 2008-9-28
--------------------------------------------------*/#ifndef __SPI_SW_h_included__#define __SPI_SW_h_included__/* read an write a byte from isp using software (slow) */unsigned char spiSWTransmit(unsigned char send_byte);
void spiSW_init(void);#endif /* __SPI_SW_h_included__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?