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

# 數碼按鈕

![](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)
