# PURESUN ESP32 funcs **Repository Path**: puresun_oly_admin/bsp_function ## Basic Information - **Project Name**: PURESUN ESP32 funcs - **Description**: 对一些常用的函数进行了封装,也对常用类型进行了补全,使用时需要在bsp_cfg.h中进行配置。 - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-02-25 - **Last Updated**: 2024-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 常用函数和简易类型库 #### 简介 这个库用于提供C语言项目中最常用的函数,比如字符串处理函数,简易类型如```byte```等。 #### 如何使用 0. 将```bsp_func_conf_template.h```复制为```bsp_func_conf.h```,并修改文件中的宏定义,以满足你的项目 1. 在你的项目中包含头文件```puresun_func.h```和```puresun_type.h``` 2. 在你的项目中添加源文件```puresun_func.c``` 3. 在你的项目中使用函数 #### 参与贡献 1. Fork 本仓库 2. 新建 feat_xxx 分支 3. 提交代码 4. 新建 Pull Request # most used functions and easy identical types in the C lan project #### Introduction This library is used to provide the most used functions in the C lan project, such as the function of the string, easy indetical types such as ```byte```, and so on. #### How to use 0. copy ```bsp_func_conf_template.h``` as ```bsp_func_conf.h```, and modify the macro definition in the file to meet your project 1. include the header file in your project, ```puresun_func.h``` and ```puresun_type.h``` 2. add the source file in your project, ```puresun_func.c``` 3. use the functions in your project #### Contribution 1. Fork this repository 2. Create a new feat_xxx branch 3. Submit code 4. Create a new Pull Request