Skip to content

PS2 Controller MakeCode Extensions For Micro:bit YFROBOT

Notifications You must be signed in to change notification settings

YFROBOT-TM/pxt-ps2-controller

Repository files navigation

Open this page at https://.github.io//

reference https://github.com/gbraad/pxt-ps2-controller

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Blocks preview

This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh. PS2 Buttons

ps2controller.button_pressed(ps2controller.PS2Button.Cross)

PS2 Stick value

ps2controller.stick_value(ps2controller.PSS.RX)

A rendered view of the blocks

Metadata (used for search, rendering)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>