# 未來板Robotbit KittenBlock編程教學

未來板亦支援Robotbit，讓大家可以為未來板添加動力結構。

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

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

### Robotbit積木塊

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

#### 範例程式：驅動電機

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

#### 範例程式：驅動步進電機

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

#### 範例程式：驅動一般舵機

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

#### 範例程式：驅動GeekServo 9G舵機

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

#### 範例程式：驅動GeekServo 2KG舵機

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

### Robotbit注意事項

假如程序含有Robotbit的積木但未來板又未有插進Robotbit，未來板會顯示以下警告，阻止程序運行。

請將未來板插上Robotbit後重試。

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


---

# 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/mcu/futureboard/kittenblock/robotbit.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.
