> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/paper_circuitry/info.md).

# 紙電路教學套件零件清單

紙電路教學套件內有12節課的電子元件，總共47塊，請點算一下確保沒有遺漏。

### 電子零件清單

#### 1. 鈕扣電池座

**數量：12**

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

#### 2. 自鎖按键開關

**數量：6**

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

#### 3. 單色LED燈

**紅色數量：3**

**綠色數量：1**

**藍色數量：3**

**黃色數量：2**

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

#### 4. 電位器

**數量：1**

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

#### 5. 音樂盒

**數量：1**

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

#### 6. 喇叭

**數量：1**

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

#### 7. 三色LED

**數量：1**

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

#### 8. 3位數碼開關

**數量：1**

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

#### 9. 7位數碼開關

**數量：1**

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

#### 8. 數字顯示

**數量：1**

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

#### 9. 輕觸開關

**數量：2**

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

#### 10. 蜂鳴器

**數量：1**

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

#### 11. 七彩LED

**數量：1**

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

#### 12. 磁簧開關

**數量：1**

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

#### 13. 100K 電阻

**數量：1**

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

#### 14. 10K 電阻

**數量：2**

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

#### 15. 光敏電阻

**數量：1**

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

#### 16. 三極管

**數量：2**

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

#### 17. 10uf 電容

**數量：1**

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

#### 18. 彩虹LED

**數量：1**

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/kits/paper_circuitry/info.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
