基本的版本
有初始化用的相关文件 驱动文件包括软件IIC还有基于此的24C0X驱动,Flash覆写,还有涉及上位机的启动代码
This commit is contained in:
32
bsp_System/User.h
Normal file
32
bsp_System/User.h
Normal file
@@ -0,0 +1,32 @@
|
||||
/*----------------------------------------------------------------------------------------------------
|
||||
# THIS FILE IS PART OF XEROLYSKINNER'S PROJECT
|
||||
# User - The core part of the project
|
||||
#
|
||||
# THIS PROGRAM IS FREE SOFTWARE
|
||||
#
|
||||
# Copyright (c) 2022 XerolySkinner
|
||||
# E-mail:ZABBCCCBBAZ@163.COM
|
||||
# QQ:2715099320
|
||||
#
|
||||
# All rights reserved.
|
||||
*/
|
||||
|
||||
/*----------------------------------------------------------------------------------------------------
|
||||
名字:User.h
|
||||
时间:
|
||||
程序员:梁源康
|
||||
说明:用户设置
|
||||
*/
|
||||
#ifndef _XEROLYSKINNER_USER_H
|
||||
#define _XEROLYSKINNER_USER_H
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//<<< Use Configuration Wizard in Context Menu >>>
|
||||
//<h>调试模式设置
|
||||
//<e>开发人员调试模式
|
||||
//</e>
|
||||
//<i>用户需要取消设置,该选项仅供开发人员使用
|
||||
#define __DEBUG__ 0
|
||||
//</h>
|
||||
//<<< end of configuration section >>>
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
Reference in New Issue
Block a user