# 數碼按鈕

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

這是一隻按鍵模組，輕易為你的Microbit提供額外按鍵。

### 產品參數

* 工作電壓：3V\~5V
* 接口：杜邦線
* 反饋數字：未按下返回1，按下返回0

### 接線教學

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

### MakeCode編程教學

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

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

#### 此模組可供Microbit和Meowbit使用。

**讀取按鍵編程**

#### Microbit:

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

[參考程式網址](https://makecode.microbit.org/_RLdA6wC7i1Vd)

#### Meowbit:

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

[參考程式網址](https://makecode.com/_8uvcymfjfav0)

### KittenBlock編程教學

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

#### 加載Robotbit插件

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

**讀取按鍵編程**

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


---

# 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/functional_modules/outdated/button.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.
