Using led and buttons on the mircobit with arcade

I want to still use the led screen and buttons with the microbit retro arcade but i cant find any way to interact with them in the arcade code editor i tried installing the pins extension and reading pin 5 and 11 which should be the A and B buttons but it doesnt output anything and then i tried just using python in vs code so i installed arcade and microbit and microbit works but when i try also using arcade the microbit says “no module”

i just want try and 3d print something so it can have triggers and it would click the A and B buttons on the microbit and use the led as a secound screen

1 Like
  1. go to makecode microbit
  2. type “/beta” on the end of the link
  3. create new project
  4. go to extensions tab and search “display-shield”
  5. click 1st extension
  6. done!
    note: you can’t create sprites so you cannot create a actual game.

This doesnt solve my problem cause i cant make a game

sorry