# 아두이노

- [아두이노 보드를 호랑 서비스와 연결하는 방법](https://codebook.horang.it/arduino/029.md)
- [아두이노](https://codebook.horang.it/arduino/025.md)
- [\[아두이노\] 핀 모드 설정](https://codebook.horang.it/arduino/026.md)
- [\[아두이노\] 핀 입력 (데이터 읽기)](https://codebook.horang.it/arduino/027.md)
- [\[아두이노\] 핀 출력 (데이터 쓰기)](https://codebook.horang.it/arduino/028.md)
- [\[아두이노\] 초음파 센서 코드](https://codebook.horang.it/arduino/030.md)
- [\[아두이노\] 온습도 센서 코드](https://codebook.horang.it/arduino/031.md)
- [\[아두이노\] 기압 센서 코드](https://codebook.horang.it/arduino/032.md)
- [\[아두이노\] 자이로 센서 코드](https://codebook.horang.it/arduino/undefined.md)
- [\[아두이노\] 부저 코드](https://codebook.horang.it/arduino/033.md)


---

# 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://codebook.horang.it/arduino.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.
