Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
semionenkov opened this issue Nov 16, 2020 · 1 comment

Comments

@semionenkov
Copy link

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

@IdontknowWhatToPut-Here
Copy link

made an extension to work around this, it is exactly the same as the regular Maqueen extension but it it is Bluetooth compatible, it also comes with the Bluetooth extension and the legacy devices extension to make it easy to use, go to extensions and type in https://github.com/IdontknowWhatToPut-Here/BuetoothMaqueen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants