# 首页

这个文档主要包含：Arduino核心库常用函数的用法以及示例。

主要包含以下分类：

* 必备函数
* 引脚控制
* 时间相关
* 串口通信

未完待续···

{% hint style="info" %}
本文档由作者纯手打，请勿转载，但可以部分引用，请注明出处。

出处可以是 <https://arduino.doc.skyone.host/> 或 <https://www.skyone.host/2021/02/27/arduino-he-xin-ku-chang-yong-han-shu/>
{% endhint %}

{% hint style="info" %}
<https://www.skyone.host> 就是我的博客，不要再说这个文档和里面的一篇文章有点相似了。
{% endhint %}


---

# 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://arduino.doc.skyone.host/master.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.
