# 10. 智能停車系統

![](https://kittenbothk.readthedocs.io/en/latest/_images/parking3.jpg)

### 教材資源包下載

包括說明書： [資源包下載地址](https://drive.google.com/drive/folders/16T0mfS0QbxXfHf4GvNz62Xd2x8dvOq4m?usp=sharing)

### 參考接線

![](https://kittenbothk.readthedocs.io/en/latest/_images/parking_wire2.png)

### 參考程式

{% embed url="<https://makecode.com/_DkLE863zqT8h>" %}

[智能停車系統參考程式](https://makecode.com/_DkLE863zqT8h)

### 模型玩法

將車子駛到閘前，閘門打開之後可以駛到車位停泊。Meowbit上會顯示剩餘的車位。

### 疑難排解

#### 1: 為什麼我巡線感應器的靈敏度這麼低？

#### 巡線感應器的檢測距離可以調較，靈敏度設定位於感應器上的藍色旋鈕，請使用螺絲批調節檢測距離(向左調高，向右調低)。


---

# 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://sharinghub.kittenbot.hk/kits/meowbit_inventor/info/parking.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.
