# Case 10: Boating ## Purpose --- To make a boating car. ![](./images/case-10-01.png) ## Link --- [micro:bit Wonder Building Kit](https://www.elecfreaks.com/micro-bit-wonder-building-kit-without-micro-bit-board.html) ## Materials Required --- ![](./images/case-10-02.png) Video link: [https://youtu.be/mT2DdwNPeks](https://youtu.be/mT2DdwNPeks) ## Bricks build-up --- ![](./images/step-case-10-01.png) ![](./images/step-case-10-02.png) ![](./images/step-case-10-03.png) ![](./images/step-case-10-04.png) ![](./images/step-case-10-05.png) ![](./images/step-case-10-06.png) ![](./images/step-case-10-07.png) ![](./images/step-case-10-08.png) ![](./images/step-case-10-09.png) ![](./images/step-case-10-10.png) ![](./images/step-case-10-11.png) ![](./images/step-case-10-12.png) ## Hardware Connection Connect a [motor](https://www.elecfreaks.com/geekservo-motor-2kg-compatible-with-lego.html) to M1 port on [Wukong breakout board](https://www.elecfreaks.com/wukong-board-with-lego-holder-for-micro-bit.html). ![](./images/Wonder-Building-Kit-case-03-06.png) ## Software Platform --- [MakeCode](https://makecode.microbit.org/) ## Coding --- ### Add extensions Click "Advanced" in the MakeCode to see more choices. ![](./images/case-01-03.png) Search with Wukong in the dialogue box to download it. ![](./images/case-01-04.png) ### Program ![](./images/case-10-05.png) Link:[https://makecode.microbit.org/_4wuFkYirTVqd](https://makecode.microbit.org/_4wuFkYirTVqd) ### Result When button A is pressed the rower moves forward, when button B is pressed the rower moves backward, when button A+B is pressed the rower stops moving.