# Meowbit’s IO Pins

Meowbit has the same 20 IO Pins as the Micro:bit, you can connect different modules to use on the Meowbit.

### MakeCode Arcade Coding Tutorial

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

#### Load IO Pin Extension

#### [Loading Extensions](/wifibrick_iot/makecode/mckb.md)

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

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

#### Blocks for IO Pins

```
Loading the extension for Robotbit would automatically load the extension for IO pins.
```

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

#### Using the IO Pins

**Reading values**

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

[Sample Code Link](https://makecode.com/_7ubaidLXoJai)

**Writing Values**

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

[Sample Code Link](https://makecode.com/_46pdR89CkTD5)

### Kittenblock Coding Tutorial

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

#### Blocks for IO Pins

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

**Reading values**

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

**Writing Values**

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/pin2_1.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-eng.kittenbot.hk/main-controllers/meowbit/meowbit-programming-tutorial/meowbits-io-pins.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.
