# README

嵌入式开发工程师，喜欢应用新的技术和新的设计思想到单片机平台。

我的宗旨是

1. 代码可读性第一，执行效率第二；
2. 提高代码复用，降低程序员负担；
3. 高效的设计方案提高整体性能；
4. 全局最优比局部最优更有价值；
5. 一次设计终身收益

所以我的原则是

1. 架构是项目的开端
2. 每个模块的设计有法可依
3. 功能是通用而非专用
4. 分层是必然的结构
5. 面向对象是我努力的目标
6. 不写注释就是高质量代码的表现

#### 📫 How to reach me

1. B站 公开了我分享的学习视频<https://space.bilibili.com/152180949>
2. CSDN 分享了一些文字笔记<https://blog.csdn.net/qq_34901073>
3. gitee分享了我的代码<https://gitee.com/mengplus/>
4. github 同样分享了我的代码<https://github.com/meng-plus>
5. 自然还有这里啦<https://mengplus.gitbook.io/>
6. QQ交流渠道790012859（51群）； 929996346（32群）；113129301（鸿蒙群）；71263861（C语言/C++/VC/MFC程序设计）;740239588(Qt/C++/Linux)
7. 淘宝店铺:<https://mengplus.taobao.com/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mengplus.gitbook.io/homepage/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
