micro:witch2 is a block-style programming environment for BBC micro:bit.
micro:witch2 is the successor to micro:witch and is implemented in Pharo Smalltalk 10.
- Go to release page, and download a latest release file.
- Extract the zipped release file.
- Double-click microwitch.exe to start the application.
- Start micro:witch2 application.
- Connect a micro:bit to your PC.
- Wait for the PC to recognize the micro:bit.
- Select "Initialize micro:bit" from the Tools menu.
- Click YES to initialize the micro:bit.
- Again, wait for the PC to recognize the micro:bit.
- Start micro:witch2 application. (see "Install on Windows")
- Connect a micro:bit to your PC.
- Click "display" at the top left of the screen.
- Drag and drop "scroll Hello" block into the area on the right.
- Double-click on the block to see hello on the micro:bit.
micro:witch2 sources available on github (https://github.com/EiichiroIto/microwitch2/).
Metacello new
baseline: 'Microwitch';
repository: 'github://EiichiroIto/microwitch2/src';
load.
- It has no micro:bit simulators.
- MIT LICENSE