Carlos Pereira Atencio

Results 232 comments of Carlos Pereira Atencio

@dpgeorge this is ready to do an initial implementation (although technically is lower priority than the Sound Effects), mostly to see if there are any technical reasons that might affect...

This has been shipped in v2.1.0-beta.1 in the current form, so I'll merge the docs, and any changes to sleep will need a new PR here as well. And the...

It was present in micro:bit MicroPython v0.9 (upstream MicroPython v1.7) and not included in micro:bit MicroPython v1.0.0 (upstream MicroPython v1.9), as the define flag was probably introduced after upstream v1.7....

@dpgeorge This issue is replicable with `machine.disable_irq()` as well, but only in V1, this works fine in V2: ```python from microbit import * import machine print("one") state = machine.disable_irq() print("two")...

@dpgeorge this is not a blocker for the v1.1 release, but if it's an easy fix it'd be nice for get it in for the next release.

I can confirm that this is no longer a problem in the latest MicroPython CI builds. Just to double check I tried it again in the Python Editor v1.0.1 release...

Hi @richard1225, That would be fantastic, thank you very much for offering! Are you familiar with how to do the translation?

@dpgeorge @jaustin @microbit-giles This PR is ready for review. As we'd like not to delay the implementation too much it'd be appreciated if any feedback could be provided soonish.

Oh, and @microbit-matt-hillsdon, I think you might be interested to have a look at these as well at some point for the stubs.

Okay, based on @microbit-giles and @jaustin suggestion I've renamed `Effect()` to `SoundEffect()` in b89aa5d0f53cba0147e665da880c945f229b9246 Also updated the default values in ce19f55b4a16f2507e3d3e277a77dcfccf988892 to produce this sound: https://makecode.microbit.org/_ajAW04hDL0MP As these are the...