eeprom.h

来自「nrf9e5无线模块资料」· C头文件 代码 · 共 23 行

H
23
字号
/*= eeprom.h ===================================================================
 *
 * Copyright (C) 2004 Nordic Semiconductor
 *
 * This file is distributed in the hope that it will be useful, but WITHOUT
 * WARRANTY OF ANY KIND.
 *
 * Author(s): Ole Saether
 *
 * $Revision: 2 $
 *
 *==============================================================================
*/
#ifndef __EEWRITE_EEPROM_H__
#define __EEWRITE_EEPROM_H__

void EEInit(void);
unsigned char EEStatus(void);
unsigned char EERead(unsigned int addr);
void EEWrite(unsigned int addr, unsigned char b);

#endif

⌨️ 快捷键说明

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