View on GitHub

starting_maqueen_plus_v3

Testing and learning

starting_maqueen_plus_v3

This MakeCode project now contains two selectable Maqueen Plus V3 programs in one GitHub repo:

How to choose the version in MakeCode

  1. Open the project from GitHub in MakeCode.
  2. Open main.ts.
  3. Change this line:
const ACTIVE_MODE = ProgramMode.LineFollowing

Change it to either:

const ACTIVE_MODE = ProgramMode.LineFollowing

or

const ACTIVE_MODE = ProgramMode.LaserShuttle

Then press Download to flash that version to the micro:bit.

Buttons on the robot

Notes

Edit this project