A Microsoft MakeCode editor for the Calliope Mini board
Перейти к файлу
Peli de Halleux 45ecd883bb fixed uploader page... 2016-06-03 10:16:22 -07:00
.vscode
cmds
docs fixed uploader page... 2016-06-03 10:16:22 -07:00
libs fixing localized file path 2016-06-02 09:48:40 -07:00
olddocs/js
sim
win10
.gitattributes
.gitignore
.travis.yml
README.md
package.json 0.2.144 2016-06-02 13:52:30 -07:00
pxtarget.json updated configuration 2016-06-03 09:47:06 -07:00
testconv.json
tslint.json
webmanifest.json

README.md

micro:bit target for PXT

This target allow to program a BBC micro:bit using PXT (Microsoft Programming Experience Toolkit).

Build Status

Local server

Setup

The following commands are a 1-time setup after synching the repo on your machine.

  • install the PXT command line
npm install -g pxt
  • install the dependencies
npm install

Running

Run this command to open a local web server:

pxt serve

If the local server opens in the wrong browser, make sure to copy the URL containing the local token. Otherwise, the editor will not be able to load the projects.

If you need modify the .cpp files, turn on yotta compilation with the -yt flag:

pxt serve -yt

To make sure you're running the latest tools, run

npm update

More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

Universal Windows App

The Windows 10 app is a Universal Windows Hosted Web App that wraps m.pxt.io and provides additional features.

Building

  • Install Visual Studio 2015 Update 2 or higher. Make sure the Windows 10 templates are installed.
  • open the win10/app.sln solution and launch the m.pxt.io project.