microsoft/vscode-python-devicesimulator

Add support for Machine module

bcopy opened this issue · 0 comments

bcopy commented

It would be great if the simulator supported the machine module ( https://microbit-micropython.readthedocs.io/en/v1.0.1/machine.html )

It can be used to collect the board string identifier and simulate reset.

It can return simulated values too, but right now, all the simulator does is refuse to import the module.