Results 36 issues of Mark

Adding highlighting for LED values would provide a visual context to the user as to what the end result will be on the device. It could even graduate in opacity...

**Description:** We often get user reports of micro:bits "stuck" in MAINTENANCE mode, that can only be returned to MICROBIT mode after they flash a DAPLink interface hex. We believe the...

Description: https://github.com/ARMmbed/DAPLink/pull/401 introduced an error message to identify to users that their machine is booting from USB DAPLink. For micro:bit board users with less technical knowledge, the message is intimidating...

With automation enabled, flashing an empty `start_bl.act` file should reboot the micro:bit into MAINTENANCE mode. On 1.5 board variants this works, but on 1.3b board variants, it fails. **To reproduce...

docs on data logging

microbit-support:20460 User reports code that previously worked using partition, no longer functions. ``` python from microbit import * import radio radio.on() started = False def drive(onTime, offTime): global started stop(0)...

V2 support for gator microphone extension

The docs at https://makecode.com/writing-docs/user-tutorials describe a tutorial approval process that is not fully documented. This ticket is to setup a lightweight process so that the Foundation and MakeCode can have...

enhancement