This commit is contained in:
刘正航
2026-04-16 16:55:01 +08:00
commit 609eb878d1
624 changed files with 214375 additions and 0 deletions

View 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

21
User/app/inc/main.h Normal file
View File

@@ -0,0 +1,21 @@
/*
*********************************************************************************************************
*
* 模块名称 : main模块
* 文件名称 : main.h
* 版 本 : V1.0
*
* Copyright (C), 2015-2016, 安富莱电子 www.armfly.com
*
*********************************************************************************************************
*/
#ifndef _MAIN_H_
#define _MAIN_H_
#endif
/***************************** 安富莱电子 www.armfly.com (END OF FILE) *********************************/