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

📄 at25320.h

📁 Provide the operations include Read and Write to the AT25320A, SPI-interface EEPROM with 32k bits,AT
💻 H
字号:
/*************************************************

Name	: AT25320.h
Function: The head-file of AT25320.C,including 
		  function prototypes.
Author	: Pan.L.F
Date	: 2006-02-19
***************************************************/

void Init_AT25320(unsigned char);


void AT25_WritePage(unsigned int address, 		//from this address;
					unsigned char num_of_byte,	//the number(<32) of bytes to write;
					unsigned char* source		//data to write.
					);



void AT25_ReadArray(unsigned int address, 		//from this address;
					unsigned int num_of_byte,	//the number of bytes to read;
					unsigned char* destination	//store the result.
					);


⌨️ 快捷键说明

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