Skip to content

Commit

Permalink
updated manual
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 22, 2023
1 parent e9e3bf1 commit 0a77096
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,22 @@ No assembly required. Large screen and 3d-printed enclosure with LiPo battery in

</table>

## micro:bit Robots {#robots}

Remote control a [micro:bit robot](./robot) using MicroCode
to follow lines, avoid obstacles and more.

![robot avoid wall program](./images/generated/sample_robot_showcase_page_1.png){:class="sample"}

![Photograph of the Cutebot](./images/robots.jpg){:class="sample"}

## Accessories {#jacdac}

MicroCode supports accessories to extend the micro:bit device with LEDs, servos, motors, ...
In this video, we launch an LED animation when a clap is detected. The accessories are powered by [Jacdac](https://microsoft.github.io/jacdac-docs).

<video class="sample" poster="./videos/jacdac-led.png" src="./videos/jacdac-led.mp4" controls="true"></video>

## Localization {#localization}

MicroCode is community translated through Crowdin. Please read on [localization](./localization) to get started.
Expand Down Expand Up @@ -163,22 +179,6 @@ There are three slots for saving user programs for later load/restore. From the
![disk icon](./images/generated/icon_disk.png)
in the upper left to select which slot to save the current program to. From the home screen, select the disk icon to load a program from one of the three save slots.

## micro:bit Robots {#robots}

Remote control a [micro:bit robot](./robot) using MicroCode
to follow lines, avoid obstacles and more.

![robot avoid wall program](./images/generated/sample_robot_avoid_wall.png){:class="sample"}

![Photograph of the Cutebot](./images/robots.jpg){:class="sample"}

## Jacdac accessories {#jacdac}

MicroCode supports Jacdac modules to extend the micro:bit device with LEDs, servos, motors, ...
In this video, we launch an LED animation when a clap is detected.

<video class="sample" poster="./videos/jacdac-led.png" src="./videos/jacdac-led.mp4" controls="true"></video>

## Community

- [KittenBot MicroCode introduction](https://mp.weixin.qq.com/s/yBQMU2IAbeHgr-ok05THTA)
Expand Down

0 comments on commit 0a77096

Please sign in to comment.