New
This commit is contained in:
22
User/app/inc/demo_i2c_eeprom.h
Normal file
22
User/app/inc/demo_i2c_eeprom.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
*********************************************************************************************************
|
||||
*
|
||||
* 模块名称 : EEPROM读写演示模块。
|
||||
* 文件名称 : demo_i2c_eeprom.h
|
||||
* 版 本 : V1.0
|
||||
* 说 明 : 头文件
|
||||
*
|
||||
* Copyright (C), 2013-2014, 安富莱电子 www.armfly.com
|
||||
*
|
||||
*********************************************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef _EEDEMO_H
|
||||
#define _EEDEMO_H
|
||||
|
||||
/* 供外部调用的函数声明 */
|
||||
void DemoEEPROM(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user