Skip to content

in MakeCode. extension maqueen is not compatible with extension bluetooth #25

Open
@semionenkov

Description

@semionenkov

If project includes both bluetooth and maqeen extensions, program doesn't work properly on real micro:,bit.

Examples:

  1. following program does not work

maqueen.motorRun(maqueen.Motors.All, maqueen.Dir.CW, 128)
basic.pause(5000)
maqueen.motorStop(maqueen.Motors.All)

  1. following program shows in cycle 0, 2 and "sad" icon on display:

bluetooth.startUartService()
basic.showIcon(IconNames.Heart)

It should be fixed, or, at least, documented

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions