Closed crouse12 closed 3 years ago
python editor beta 2.1.0-beta.6 for microbit v2 has a small error When I use the following python program, led screen on microbit v2 has some errors.
from microbit import * display.off() while True: pin10.write_analog(1000) sleep(1000) pin10.write_analog(0) sleep(1000) display.on() display.show('Hello') display.off()
PS. python editor Editor Version: 2.0.1 for microbit v1 does not have this bug
Thanks for the report @crouse12! I've seen you've already opened this in the MicroPython repo, so I'll close this here. https://github.com/microbit-foundation/micropython-microbit-v2/issues/12
python editor beta 2.1.0-beta.6 for microbit v2 has a small error When I use the following python program, led screen on microbit v2 has some errors.
PS. python editor Editor Version: 2.0.1 for microbit v1 does not have this bug